On Wed, 24 Dec 2003, Dmitry Timoshkov wrote:
"Kevin Atkinson" kevina@gnu.org wrote:
So are you saying that it is not possible to fix winbuild to deal with DLL witch only use __declspec(dllexport) to export their functions?
How would you imagine that fix? A .spec file is generated by you and not by winebuild. Just place the correct API names there (i.e. real names from the export table of your dll, what ever they are).
How about being able to use the the .lib file like mingw does?