Re: continuosly calling the function from winelib failing - stackoverflow

2005-12-26 Thread Ananth M
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

2005-12-26 Thread Dmitry Timoshkov
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 (