Re: C_FUNC in DOS
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jan 05, 1999
- 457 views
Thank You Robert for your help I have some more questions. If I allocate memory at the begining of a program does that memory stay stay in scope throught out the whole program ? When one eu function calls an eu function does it use the stack? Is there a way to locate the stack, and push something on the stack. and recover it without disturbing eu ? How does C_FUNC and C_proc work in win32lib ? I understand that it uses the DLL's but this same thing will work if define_c_function and define_c_proc were written to work on any hex sequence of code that was poked into memory as long as it was setup in the format of a dll. Thank You again