http://bugs.winehq.org/show_bug.cgi?id=32432
Bug #: 32432 Summary: .NET 2.0 SDK installer fails on builtin atl80.dll (.spec file contains entries with spelling errors) Product: Wine Version: 1.5.19 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: atl AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
found while installing .NET 2.0 Framework SDK ...
--- snip --- err:module:find_forwarded_export function not found for forward 'atl100.AltCallTermFunc' used by L"C:\windows\system32\atl80.dll". If you are using builtin L"atl80.dll", try using the native one instead. --- snip ---
http://source.winehq.org/git/wine.git/blob/9abb9ffe91f034eb53f5788d915d5551a...
These entries have spelling errors (AltXXX vs. AtlXXX):
--- snip --- 49 62 stub AltWinModuleRegisterClassExW 50 63 stub AltWinModuleRegisterClassExA 51 64 stdcall AltCallTermFunc(ptr) atl100.AltCallTermFunc 52 65 stub AltWinModuleInit 53 66 stub AltWinModuleTerm --- snip ---
Regards