[Bug 9192] Enemy Territory Quake Wars Beta 2: Regression: Error message on startup regarding msvcr80.dll

Wine Bugs wine-bugs at winehq.org
Sun Aug 5 16:06:51 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9192





------- Additional Comments From hverbeet at gmail.com  2007-05-08 16:06 -------
Works for me, but you do need a manifest for "Microsoft.Windows.Common-Controls"
for the beta to start.

Something like this should be enough for Wine:
<?xml version="1.0" encoding="UTF-8" ?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="x86" />
    <file name="comctl32.dll" />
</assembly>


-- 
Configure bugmail: http://bugs.winehq.org/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