VC++ .net2 application doesn’t run on Windows 2000?
Monday, September 15, 2008 1:59Posted in category IDE, Programming
No Comments
Quite often there is a problem that VC++ applications won’t run on a Windows system that doesn’t have Visual Studio installed. The two most common reasons for that are:
- Missing VC++ runtime libraries
You can get them directly fromo Microsoft
- The application is compiled in “Debug” mode.
Some application require to be build in “Release” mode in order to work on systems that dont have Visual Studio installed
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.