search for: msvcrtxx

Displaying 2 results from an estimated 2 matches for "msvcrtxx".

2004 Sep 17
1
linking against the static libraries
...would like to use the static libraries in our commercial software. This software is an MFC application which is statically linked to the MFC libraries. We added LibFLAC_static.lib and LibFLAC++_static.lib but this causes an error when trying to run our application ('A required file was missing MSVCRTXX.DLL'). After looking in the Project Settings of the FLAC source, I found that the 'Runtime Library' setting was set to: "Multi-threaded DLL(/MD)". Changing this setting to "Multi-threaded(/MT)" and compiling again with the new LibFLAC*_static.lib solved the problems...
2013 Mar 29
2
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
2013/3/28 Anton Korobeynikov <asl at math.spbu.ru>: >> How can having an MSVC compatible compiler be to the detriment of clang and >> llvm? No one is trying to break mingw here, merely add support for something > Just to make stuff clear: I just wanted proper naming which will be > non-confusing. Right now we have: > - isTargetWindows() which really means