Posts Tagged ‘microsoft’
VC++ .net2 application doesn’t run on Windows 2000?
Monday, September 15, 2008 1:59 No CommentsQuite 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 [...]
How to change the default language in Vistual Studio 2005
Tuesday, August 19, 2008 1:12 No CommentsI ran into a problem of not knowing how to change the default language from C# to C++ in Visual Studio 2005, but finally discovered the solution which wasn’t simple and easy to find as presumed so I thought it would make a good tip for you guys reading this ;)
- Go to Tools ยป [...]