I noticed that doing "regsvr32 devenum.dll" and "regsvr32 quartz.dll" makes the Warcraft III in-game movie play properly on wine (which they normally don't).
Is there any reason why wine doesn't DllRegisterServer() each of its DLL's when creating its registry for the first time?
__________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs
On Thu, Nov 17, 2005 at 01:19:34AM -0800, Damjan Jovanovic wrote:
I noticed that doing "regsvr32 devenum.dll" and "regsvr32 quartz.dll" makes the Warcraft III in-game movie play properly on wine (which they normally don't).
Is there any reason why wine doesn't DllRegisterServer() each of its DLL's when creating its registry for the first time?
We do. It is driven by wine.inf. Actually we do register quartz.dll and devenum.dll there, but perhaps you either had an old .wine setup or the above registered the native DLL equivalents.
Ciao, Marcus