How to fix this warning ?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Open project properties. In C/C++ section, change "Debug Information Format" to "Program Database." In Link section, you may also want (need?) to change "Enable Incremental Linking" to "No" Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
Its just a conflict between some of the complier flags you have. Nothing serious. I'm not too sure what the /DRIVER settings does, but the /EDITANDCONTINUE allows you to modify code while you're debugging. I used to know where these settins were in the project options, but I cant seem to find them anymore. Sorry:^)