- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting this link warning:
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
There is no mention of /EDITANDCONTINUE in the docs.
Any ideas?
Thanks,
Tim
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
There is no mention of /EDITANDCONTINUE in the docs.
Any ideas?
Thanks,
Tim
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a Visual C++ feature not available to CVF. Just ignore it. It provides for the ability to make changes to the running executable while in the debugger. It requires MS-proprietary compiler technology that we're not licensed to use.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One possible cure:
Under : Projects-Settings-C++ tab
under the "Debug Info" chg the drop down to "Line No Only"
Tim
Under : Projects-Settings-C++ tab
under the "Debug Info" chg the drop down to "Line No Only"
Tim

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page