http://bugs.winehq.org/show_bug.cgi?id=3950
------- Additional Comments From cus@fazekas.hu 2005-26-11 20:52 ------- I think MATLAB does not specify, maybe because it's a 16bit app? It just needs 'SOUND'
From the logfile:
000a:trace:module:NE_LoadDLLs Loading 'GDI' 000a:trace:module:GetModuleHandle16 (GDI) 000a:trace:module:NE_LoadDLLs Loading 'USER' 000a:trace:module:GetModuleHandle16 (USER) 000a:trace:module:NE_LoadDLLs Loading 'KERNEL' 000a:trace:module:GetModuleHandle16 (KERNEL) 000a:trace:module:NE_LoadDLLs Loading 'SOUND' 000a:trace:module:GetModuleHandle16 (SOUND)
But NE_LoadDLLs adds the ".DLL" extension to the base name. When sound.dll was used in wine, it found it. But now, it doesn't, because the filename does not match.