Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how i can whrite text on another form my program Pin
Hamid_RT14-Aug-06 8:08
Hamid_RT14-Aug-06 8:08 
GeneralRe: how i can whrite text on another form my program Pin
shortwave15-Aug-06 3:42
shortwave15-Aug-06 3:42 
GeneralRe: how i can whrite text on another form my program Pin
Hamid_RT15-Aug-06 7:57
Hamid_RT15-Aug-06 7:57 
Questionlist view Pin
TAREQ F ABUZUHRI14-Aug-06 7:29
TAREQ F ABUZUHRI14-Aug-06 7:29 
Questiondialog, radio and combo box Pin
blue i14-Aug-06 7:14
blue i14-Aug-06 7:14 
AnswerRe: dialog, radio and combo box Pin
David Crow14-Aug-06 7:47
David Crow14-Aug-06 7:47 
AnswerRe: dialog, radio and combo box Pin
Hamid_RT14-Aug-06 7:53
Hamid_RT14-Aug-06 7:53 
Questionugly casting warning DWORD to PVOID Pin
hunter1314-Aug-06 6:06
hunter1314-Aug-06 6:06 
Hello im trying to print memory dump to console output stream.

<br />
for (UINT z = 0; z < 32; z++)<br />
printf("0x%0.2x ", (BYTE)(((PDWORD)((PVOID)exp->ContextRecord->Eip))[z]));<br />


Warning I get:
<br />
warning C4312: 'type cast' : conversion from 'DWORD' to 'PVOID' of greater size


exp->ContextRecord->Eip is DWORD type. Any ideas how to cast this wihout CL warning?

Thanks in advance!
AnswerRe: ugly casting warning DWORD to PVOID Pin
Joe Woodbury14-Aug-06 12:17
professionalJoe Woodbury14-Aug-06 12:17 
AnswerRe: ugly casting warning DWORD to PVOID Pin
Mike Dimmick14-Aug-06 14:20
Mike Dimmick14-Aug-06 14:20 
GeneralRe: ugly casting warning DWORD to PVOID Pin
hunter1315-Aug-06 23:35
hunter1315-Aug-06 23:35 
GeneralRe: ugly casting warning DWORD to PVOID Pin
Mike Dimmick16-Aug-06 15:44
Mike Dimmick16-Aug-06 15:44 
GeneralRe: ugly casting warning DWORD to PVOID Pin
hunter1316-Aug-06 20:37
hunter1316-Aug-06 20:37 
Questionspecifying source files for nmake Pin
rana7414-Aug-06 5:59
rana7414-Aug-06 5:59 
QuestionLaunching Device Manager or manipulating device manager from C++ Pin
ajisthekingofpop14-Aug-06 5:19
ajisthekingofpop14-Aug-06 5:19 
AnswerRe: Launching Device Manager or manipulating device manager from C++ Pin
David Crow14-Aug-06 5:31
David Crow14-Aug-06 5:31 
GeneralRe: Launching Device Manager or manipulating device manager from C++ Pin
ajisthekingofpop14-Aug-06 5:33
ajisthekingofpop14-Aug-06 5:33 
GeneralRe: Launching Device Manager or manipulating device manager from C++ Pin
David Crow14-Aug-06 5:48
David Crow14-Aug-06 5:48 
GeneralRe: Launching Device Manager or manipulating device manager from C++ Pin
ajisthekingofpop14-Aug-06 6:01
ajisthekingofpop14-Aug-06 6:01 
AnswerREDEFINING WHAT I WANT TO DO Pin
ajisthekingofpop14-Aug-06 5:39
ajisthekingofpop14-Aug-06 5:39 
QuestionRe: REDEFINING WHAT I WANT TO DO Pin
David Crow14-Aug-06 5:48
David Crow14-Aug-06 5:48 
AnswerRe: REDEFINING WHAT I WANT TO DO Pin
ajisthekingofpop14-Aug-06 5:58
ajisthekingofpop14-Aug-06 5:58 
GeneralRe: REDEFINING WHAT I WANT TO DO Pin
David Crow14-Aug-06 6:14
David Crow14-Aug-06 6:14 
AnswerRe: Launching Device Manager or manipulating device manager from C++ Pin
Mike Dimmick14-Aug-06 14:22
Mike Dimmick14-Aug-06 14:22 
QuestionCommand Line of a call to CreateProcess catchable? Pin
Stone Free14-Aug-06 5:05
Stone Free14-Aug-06 5:05 

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.