On Mon, Mar 4, 2013 at 7:50 AM, Sebastian Wolff wrote: > I also checked all DLLs in Dependency Walker. The following DLLs reference > msvcrt.dll: advapi32.dll, comdlg32.dll, netapi32.dll, ole32.dll, > oleaut32.dll, ws2_32.dll > Comparing this with the VC++-built executable gives similar implicit > dependencies on msvcrt.dll. There are 2 differences: No direct dependency on > msvcrt.dll and no dependency on ws2_32.dll >
MSVC based on MSDN must be able to not do this but I don't have MSVC to check it. > Are you sure that every used DLL must depend on the same runtime? I guess > most Windows applications use DLLs which use the system MSVCRT.dll rather > than msvcr90.dll. So does my 'working' version compiled with VC++. The only > difference is that the main program itself depends on a single runtime only. > Yes, http://msdn.microsoft.com/en-us/library/ms235460.aspx. -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
