After using dependencywalker I understood that my program requires msvcm90.dll, msvcp90.dll, msvcr90.dll. I copied them into directory with my .exe file, but it didn't helps. Maybe I should copy them to some system folder&
S
Sergey2
@Sergey2
Posts
-
The application has failed to start.... -
The application has failed to start....I use "Standard windows libraries" with "common language runtime support" As I understand MSDN, I should register msvcm90.dll, msvcp90.dll, msvcr90.dll on computer to run my application. Am I right?
-
The application has failed to start....My application fails with "This application has failed to start because the application configuration is incorrect. ..." on other computers. I know that Microsoft Visual C++ 2008 Redistributable Package or Creating setup.exe helps, but I need another solution. I want my program to work without installers and packages. What should I change in project properties? PS:I am working in Visual Studio 2008.