Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / IDE / February 2005

Tip: Looking for answers? Try searching our database.

Anybody know how to disable or prevent the warning: LNK4075?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
WTH - 10 Sep 2003 18:01 GMT
I am tired of seeing this:

LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO'
specification
Creating library .\Debug/ScriptEngine.lib and object
.\Debug/ScriptEngine.exp

I can't seem to find a way to tell the linker to turn off /EDITANDCONTINUE.
It is disabled in debugging options and there's no apparent way to do it
with #pragma because LNK4075 isn't a define and 4075 maps to a different
error.

Adding /EDITANDCONTINUE:NO to the command line for the linker doesn't cause
an error but doesn't prevent the warning either (even if it comes before
/INCREMENTAL:NO.)

Anybody found a way to turn this warning off?  I hate unnecessary warnings
;).

   WTH:)
David Lowndes - 10 Sep 2003 22:57 GMT
>Anybody found a way to turn this warning off?  I hate unnecessary warnings

See if adding the following option to your linker options works:

  /IGNORE:4075

Dave
Signature

MVP VC++ FAQ: http://www.mvps.org/vcfaq

WTH - 11 Sep 2003 14:25 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.