Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwrong output ,error in my program Pin
0x808511-Aug-10 3:03
0x808511-Aug-10 3:03 
AnswerRe: wrong output ,error in my program Pin
mk1488211-Aug-10 3:19
mk1488211-Aug-10 3:19 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 3:30
0x808511-Aug-10 3:30 
AnswerRe: wrong output ,error in my program Pin
Maximilien11-Aug-10 3:26
Maximilien11-Aug-10 3:26 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 3:41
0x808511-Aug-10 3:41 
GeneralRe: wrong output ,error in my program Pin
mk1488211-Aug-10 4:24
mk1488211-Aug-10 4:24 
GeneralRe: wrong output ,error in my program Pin
0x808511-Aug-10 4:30
0x808511-Aug-10 4:30 
AnswerRe: wrong output ,error in my program Pin
elchupathingy11-Aug-10 3:41
elchupathingy11-Aug-10 3:41 
Looks like you are taking code from other places and kinda skipping a few important details about some of the functions you are using from the winsdk such as:

Return Value

If the function succeeds, the return value is the starting address of the mapped view.

If the function fails, the return value is NULL. To get extended error information, call GetLastError.


From the msdn, this will solve your problem.
QuestionProblem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 0:21
T.RATHA KRISHNAN11-Aug-10 0:21 
AnswerRe: Problem with String Array Pin
CPallini11-Aug-10 0:36
mveCPallini11-Aug-10 0:36 
GeneralRe: Problem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 0:46
T.RATHA KRISHNAN11-Aug-10 0:46 
GeneralRe: Problem with String Array Pin
CPallini11-Aug-10 1:18
mveCPallini11-Aug-10 1:18 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 0:54
Nuri Ismail11-Aug-10 0:54 
GeneralRe: Problem with String Array Pin
CPallini11-Aug-10 1:17
mveCPallini11-Aug-10 1:17 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 1:44
Nuri Ismail11-Aug-10 1:44 
AnswerRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 0:51
Nuri Ismail11-Aug-10 0:51 
GeneralRe: Problem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 0:59
T.RATHA KRISHNAN11-Aug-10 0:59 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 1:04
Nuri Ismail11-Aug-10 1:04 
GeneralRe: Problem with String Array Pin
T.RATHA KRISHNAN11-Aug-10 1:19
T.RATHA KRISHNAN11-Aug-10 1:19 
GeneralRe: Problem with String Array Pin
Nuri Ismail11-Aug-10 1:42
Nuri Ismail11-Aug-10 1:42 
GeneralRe: Problem with String Array[Solved] Pin
T.RATHA KRISHNAN11-Aug-10 1:54
T.RATHA KRISHNAN11-Aug-10 1:54 
GeneralRe: Problem with String Array[Solved] Pin
Nuri Ismail11-Aug-10 2:51
Nuri Ismail11-Aug-10 2:51 
QuestionUnRegisterHotKey problem Pin
wikywin10-Aug-10 22:21
wikywin10-Aug-10 22:21 
AnswerRe: UnRegisterHotKey problem Pin
Niklas L10-Aug-10 22:46
Niklas L10-Aug-10 22:46 
GeneralRe: UnRegisterHotKey problem Pin
wikywin10-Aug-10 22:57
wikywin10-Aug-10 22:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.