On czwartek 16 grudzień 2004 12:06 am, Serge S. Spiridonoff wrote:
Hi,
When porting an MFC app to Linux using WineLib is it really necessary to recompile the MFC DLL from source? Can I take MFC42.dll from Windows and use it "as is" with an application compiled with WineLib?
No :(
MFC42.dll is a C++ library DLL that was compiled with VC++ which is binary incompatible with everything else, including the compiler you use for winelib compilations.
Cheers, Kuba