Re: [Boost-users] Problems using pre-compiled boost libraries
I tried changing Configuration Properties->Linker->Manifest File->Generate Manifest setting to No. When executing the program, I get the following error message. Debug Error! Program: ... R6034 An application has made an attempt to load the C runtime library without using a manifest. This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest. For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.
Fanara, Mark A (GE Infra, Transportation) wrote:
I tried changing Configuration Properties->Linker->Manifest File->Generate Manifest setting to No. When executing the program, I get the following error message.
Debug Error! Program: ... R6034 An application has made an attempt to load the C runtime library without using a manifest. This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest. For more information, see the "Visual C++ Libraries as Shared Side-by-Side Assemblies" topic in the product documentation.
Really funny, that the dlls were not on your system. Look for the vcredist_x86.exe package from Microsoft. It installs something like a runtime environment on computers with no VisualStudio installed. You have to enable manifest generation again, then. That could help. Regards, Rainer
participants (2)
-
Fanara, Mark A (GE Infra, Transportation)
-
Rainer Thaden