search for: kaliedoscop

Displaying 2 results from an estimated 2 matches for "kaliedoscop".

Did you mean: kaliedoscope
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))...
2009 Jan 24
0
[LLVMdev] Problem invoking win32 api calls (Eli Friedman)
...an <eli.friedman at gmail.com> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Date: Thu, 22 Jan 2009 18:52:22 -0800 Subject: Re: [LLVMdev] Problem invoking win32 api calls On Thu, Jan 22, 2009 at 6:43 PM, Vijay D <techvd at gmail.com> wrote: > 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, > SetLast...