Hi ALL,
I'm trying to port some windows program to Linux using Wine. I have C++ source code with Windows DLLs functions calls. The question is: how can I load DLL under Linux and call Windows function? I've tried LoadLibraryA(), PE_LoadLibraryExA() and SERVER_START_REQ( create_file ) without success. Do you know easy way to use Wine's staff to load Windows DLLs?
Thanks, Oleg Lyamtsev.