Subject: using windows dll in linux gcc application
From: shark
Date: 10/2/2007 1:19:26 PM
I would like to use a windows dll in my gcc application on Linux.
I haven't source code of the windows dll.
Does exist some tool that allows me to do that?
A possible solution can lauch wine with an executable that load the dll.
Example code: system("wine myexe.exe funcname param1 param2 param3 >
returnparams.txt");
but i wouldn't like to use windows exe files.
Thanks
|