[Wine] Re: include dlls for MS FSX

dank daniel.r.kegel at gmail.com
Mon Mar 19 00:46:17 CDT 2007


Michael Sgier wrote:
>  fsx would be really cool :-) but how do i include those dlls?
>...
>  Simulator X Demo # wine fsx.exe
> err:module:import_dll Library MFC80.DLL (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found
> err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program Files\\Microsoft Games\\Microsoft Flight Simulator X Demo\\fsx.exe") not found

Sadly, MSVCR80.dll requires a feature called WinSXS (Windows
side-by-side assemblies)
that Wine does not yet implement.
See http://www.codeproject.com/cpp/vcredists_x86.asp
and
http://bugs.winehq.org/show_bug.cgi?id=5965

In other words, Wine can't run apps built with Visual Studio 2005 yet.
- Dan



More information about the wine-users mailing list