
Signature
MVP VC++ FAQ: http://www.mvps.org/vcfaq
Nope, but thanks giving me another option to try :). I even tried setting
incremental to default and then adding the /INCREMENTAL:NO after the
/IGNORE:4075, no luck...
WTH
> >Anybody found a way to turn this warning off? I hate unnecessary warnings
>
[quoted text clipped - 3 lines]
>
> Dave
Jonas Petersen - 14 Feb 2005 00:34 GMT
I had the same problem. It doesn't help to disable "Edit & Continue" in the
debugging options.
Here is how you can get rid of that LNK4075 warning:
"Project" menu
-> "Settings"
-> "C/C++"
-> "General"
Then in the "Debug info" group box you have probably the following setting:
"Program Database for Edit and Continue (/ZI)".
Switch that to "Program Database (/Zi)"!
That should help. More information can be found here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnvc60/html/msdn_vc6ed_cont.asp