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
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
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