Displaying 1 result from an estimated 1 matches for "1002177".
Did you mean:
100177
2009 Jan 23
1
[LLVMdev] Problem invoking win32 api calls
Hi,
I use the kaliedoscope tutorial to do some experiments. I'm trying to define
a few win32 functions as extern and execute them from the toy language.
Functions that take no arguments execute fine (for example, GetLastError()).
However, calling functions that do take arguments (for example,
SetLastError(unsigned int)) always crash the application due to some kind of
stack corruption