Displaying 1 result from an estimated 1 matches for "tryinng".
Did you mean:
trying
2001 Nov 12
0
WineLib and Static Libs
...n what your situation:
1.if you have the sources of the library you want to link with,
then the best solution is to compile it with Winelib too.
....
This is the same situation I have run into and I am a bit
confused by what is actually going on here. I have a Win32
program that I am tryinng to compile and line with WineLib.
On Windows the application links with the standard set of
Windows LIB files but it also links with three static libs
for which I have the source code.
In an earlier version of Wine this executable would also
compile link and run when the static libs where comp...