Posts Tagged ‘build’
Eclipse – Exclude / de-exclude from build
Thursday, June 25, 2009 22:02 1 CommentSometimes working with Eclipse can be frustrating. I just spent an hour of my life looking how to include back a file into build that was excluded before (exclude from build).
To spare you that drama, just go to:
Project Preferences -> C/C++ General -> Paths & Symbols -> Source Location
Click on the folder where the excluded [...]
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 [...]