Thread: Feature Req/Bug: disable incremental linking for VC 2005 (express?)
Feature Req/Bug: disable incremental
linking for VC 2005 (express?)
2006-06-27 08:47:09
Hi,
when generating a project for visual studio 8 there is a slight
problem with the project config. For the release config incremental
linking is enabled. This leads to a linker error on my system with
wxWidgets. The debug config works just fine.
Visual C++ 2005 Express
wxWidgets 2.63
When looking into the project file there is LinkIncremental="2" in
debug and LinkIncremental="1" in release.
Greetings,