Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers24-Aug-07 8:34
John Oliviers24-Aug-07 8:34 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen24-Aug-07 8:39
Maxwell Chen24-Aug-07 8:39 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers24-Aug-07 8:48
John Oliviers24-Aug-07 8:48 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen24-Aug-07 9:07
Maxwell Chen24-Aug-07 9:07 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers24-Aug-07 9:16
John Oliviers24-Aug-07 9:16 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen24-Aug-07 9:51
Maxwell Chen24-Aug-07 9:51 
QuestionRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers29-Aug-07 9:26
John Oliviers29-Aug-07 9:26 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen29-Aug-07 18:36
Maxwell Chen29-Aug-07 18:36 
I am at office now. I just copied your code snippet and compiled with VC++2005 Pro in x64 mode. It compiles without errors.
typedef BOOL (__stdcall * STACKWALKPROC)
( DWORD, HANDLE, HANDLE );

void main(int argc, char *argv[])
{
STACKWALKPROC _StackWalk64;

_StackWalk64 = (STACKWALKPROC)::GetProcAddress(NULL, "StackWalk64");
1>------ Build started: Project: KeyFD, Configuration: Release x64 ------
1>Compiling...
1>main.cpp
1>Linking...
1>Generating code
1>Finished generating code
1>Embedding manifest...
1>Build log was saved at "file://e:\Wrkshp\KeyFD\x64\Release\BuildLog.htm"
1>KeyFD - 0 error(s), 0 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========



Maxwell Chen

QuestionHow to pass data to child process using anonymous pipes Pin
Visweswara Koduri24-Aug-07 5:05
Visweswara Koduri24-Aug-07 5:05 
QuestionFolder Security in VS Setup Project Pin
Federico Milano24-Aug-07 4:28
Federico Milano24-Aug-07 4:28 
QuestioneVC4 and VC++6 Pin
elegantcharm24-Aug-07 3:56
elegantcharm24-Aug-07 3:56 
AnswerRe: eVC4 and VC++6 Pin
Matthew Faithfull24-Aug-07 4:53
Matthew Faithfull24-Aug-07 4:53 
AnswerRe: eVC4 and VC++6 Pin
elegantcharm24-Aug-07 9:25
elegantcharm24-Aug-07 9:25 
AnswerRe: eVC4 and VC++6 Pin
ghle24-Aug-07 15:18
ghle24-Aug-07 15:18 
QuestionImages in ListCtrl disappear after selecting Pin
Atul2324-Aug-07 2:48
Atul2324-Aug-07 2:48 
QuestionRe: Images in ListCtrl disappear after selecting Pin
Hamid_RT24-Aug-07 3:06
Hamid_RT24-Aug-07 3:06 
QuestionBinding an application in VC++ Pin
Andy Rama24-Aug-07 1:45
Andy Rama24-Aug-07 1:45 
AnswerRe: Binding an application in VC++ Pin
toxcct24-Aug-07 1:49
toxcct24-Aug-07 1:49 
AnswerRe: Binding an application in VC++ Pin
Matthew Faithfull24-Aug-07 2:10
Matthew Faithfull24-Aug-07 2:10 
QuestionRe: Binding an application in VC++ Pin
Hamid_RT24-Aug-07 2:16
Hamid_RT24-Aug-07 2:16 
AnswerRe: Binding an application in VC++ Pin
Andy Rama26-Aug-07 23:17
Andy Rama26-Aug-07 23:17 
QuestionRe: Binding an application in VC++ Pin
David Crow24-Aug-07 6:00
David Crow24-Aug-07 6:00 
AnswerRe: Binding an application in VC++ Pin
Andy Rama26-Aug-07 23:19
Andy Rama26-Aug-07 23:19 
GeneralRe: Binding an application in VC++ Pin
David Crow27-Aug-07 3:00
David Crow27-Aug-07 3:00 
QuestionVisual c++ 6.0 Pin
plural24-Aug-07 1:18
plural24-Aug-07 1:18 

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.