Re: continuosly calling the function from winelib failing - stack overflow

2005-12-25 Thread Ananth M
Thank you for the responce I tried the following, Please let me know , if more details are required    - Case 1:   - 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 __st

Re: continuosly calling the function from winelib failing - stack overflow

2005-12-23 Thread Alex Villací­s Lasso
Ananth M wrote: Hi I am able to successfully convert the windows dll into .so file and I am able to call the functions exported by dll from the winelib application. But if I call those functions from winelib application continuously for 1000 times , in a loop, then wine is crashing with

continuosly calling the function from winelib failing - stack overflow

2005-12-23 Thread Ananth M
Hi I am able to successfully convert the windows dll into .so file and I am able to call the functions exported by dll from the winelib application. But if I call those functions from winelib application continuously for 1000 times , in a loop, then  wine is crashing with the following e