Displaying 1 result from an estimated 1 matches for "defmdichildproca".
Did you mean:
defmdichildproc
2003 Nov 03
0
dll.so do not use import libraries
...Ok that is not
the point but they are also 8 times larger that an older version where
the file names where libXxx.so.
After using an older winelib app where I replaced the original winelibs
by the new compiled version I got ld error messages like:
./xyz relocation error ./abc undefined symbol "DefMDIChildProcA". This
function is in user32.dll.so but as I could find out with "ldd abc" the
user32.dll.so is nomore required by the application (strange). With the
old winelibs the libuser32.so was required. I found out that the only
required "dll.so"s are libwine.so and libwine_unicode...