Visual Studio 2008 C++ dependencies -


I am developing C ++ simulation (OpenGL) over the VS2008 environment. My current operating system is Windows Vista, the problem is that when Windows XP is trying to execute the application on the machine, my application crashes because the incompatibilities between DLL (i.e., msvcrt.dll function entry point) ... Does anyone experience such a problem?

I seriously doubt that this is the real cause of the crash. You probably have not posted CRT libraries in the target machine or deployed the debug build. If this is a single EXE that does not have any DLL dependency then solve your problem by adding a static version of CRT. Right-click on Solution Explorer, Property, C / C ++, Code Generation, Runtime Library, Project / MTD, repeat for release configuration, now select / MT.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -