Hi
I have a windows dll, test.dll. I use the wine tools (winegcc etc) to create test.dll.so
Now, can i compile a *nix executable using gcc (not winegcc) to link against the winegcc generated .so, or to dlopen the winegcc generated .so ?
thanks
JC
using gcc with winegcc
Re: using gcc with winegcc
You can try, but i would think about that configuration as unstable.jonnyc wrote:Hi
I have a windows dll, test.dll. I use the wine tools (winegcc etc) to create test.dll.so
Now, can i compile a *nix executable using gcc (not winegcc) to link against the winegcc generated .so, or to dlopen the winegcc generated .so ?
thanks
JC
You better compile a unix executable with winegcc, as every winelib applciation/dll should still run through wine.