[Bug 872] Win9xism in dplayx.dll (ConvertToGlobalHandle)

Wine Bugs wine-bugs at winehq.com
Fri Jun 20 07:23:23 CDT 2003


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





------- Additional Comments From z_god at wanadoo.nl  2003-20-06 07:23 -------
Bug comments restored from Gmane.org: 
 
Wines dplayx imports the function ConvertToGlobalHandle from kernel32. This 
function is a 9x export only and as such we cannot use dplayx on WindowsNT/2k or 
ReactOS. 
 
dllwrap --add-stdcall-alias --def dplayx.spec.def --implib libdplayx.a -o dplayx 
.dll dpclassfactory.o dplay.o dplaysp.o dplayx_global.o dplayx_main.o dplayx_mes 
sages.o dplobby.o lobbysp.o name_server.o      dplayx.dll.dbg.o -L../../dlls  -l 
winmm -lole32 -luser32 -ladvapi32 -lkernel32 -L../../library -lwine -L../../ole 
-lwine_uuid -lm 
dplobby.o(.text+0x2538):dplobby.c: undefined reference to `ConvertToGlobalHandle 
@4' 
dplobby.o(.text+0x255c):dplobby.c: undefined reference to `ConvertToGlobalHandle 
@4' 
dplobby.o(.text+0x2580):dplobby.c: undefined reference to `ConvertToGlobalHandle 
@4' 
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1 
make: *** [dplayx.dll] Error 1 

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



More information about the wine-bugs mailing list