Re: continuosly calling the function from winelib failing - stackoverflow
Hi All Thank you for the responce I am able to solve the problem and the problem is due to the calling convention . Thank you all once again On 12/26/05, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: Ananth M <[EMAIL PROTECTED]> wrote:> - Stub function is declared in X_
Re: continuosly calling the function from winelib failing - stackoverflow
Ananth M <[EMAIL PROTECTED]> wrote: - Stub function is declared in X_dll.h as long __stdcall STUB_Add(long, long); -Stub function is defined in X_main.c as long __stdcall STUB_Add(long x, long y) { printf (