Update: GenDLL
- Posted by stabmaster_ at HOTMAIL.COM May 12, 2002
- 390 views
link: http://www.cyd.liu.se/~micol972/site/gendll03.zip This update concerns mainly those who are using linux. I've started working on a kernel32 replacement for linux (called linknl32). I never did figure out how to do memory allocation through the kernel, but i have some file handling functions working (..probably. the only function that i've actually tested is WriteConsole, but it worked..) The test programs won't run straight out of the box in linux(at least not for me). I have to specify the absolute filenames for the programs to find the dlls. Maybe that has something to do with my setup... I've also added the ability to call _fastcall functions, and i fixed a bug in define_c_func/proc while i was at it.