http://bugs.winehq.com/show_bug.cgi?id=872
Summary: Win9xism in dplayx.dll (ConvertToGlobalHandle) Product: Wine Version: CVS Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: wine-directx AssignedTo: wine-bugs@winehq.com ReportedBy: Steven_Ed4153@yahoo.com
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
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=872. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.