[Bug 1618] Winemaker does not detect need for winmm DLL (fix suggested)

Wine Bugs wine-bugs at winehq.com
Tue Dec 9 13:43:56 CST 2003


http://bugs.winehq.com/show_bug.cgi?id=1618


fgouget at codeweavers.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From fgouget at codeweavers.com  2003-09-12 13:43 -------
In its current form Winemaker does not know which libraries the executable/dll
should be linked with. Due to this limitation it will generate Makefiles that
link with the default set of dlls that would be present for a default Visual C++
project. It is then up to the developper to adjust this list as appropriate.
However we should not just add entries to this list because then there would be
no limit (why winmm and not wsock32 or dsound?).

The correct way to fix this would be to improve winemaker to analyze the Visual
C++ project file (see bug 61), or to do a winedump on the executable/dll if it
is present.


-- 
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list