problem with vs2010

why I compile the default Helloworld program of Win32 API always get: Link error 4075
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
How to fix it?Please help me..
Man, just google " ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' "
- I suggest you get Visual Studio 2012.

- I personally hated 2010 with a passion.
this has nothing to do with versions of VS...

http://msdn.microsoft.com/en-us/library/962ct2hz(v=vs.100).aspx

Just enable Incremental Linking.
Project Properties -> Linker -> General -> 4th Option -> Yes.

thejman250 wrote:
- I suggest you get Visual Studio 2012.

- I personally hated 2010 with a passion.

- I suggest you get Visual Studio 2010.

- I personally hated 2012 with a passion.
Last edited on
I fixed it by installed vs2012. it is very big IDE
EssGeEich wrote:
- I suggest you get Visual Studio 2010.

- I personally hated 2012 with a passion.


- What an utterly pathetic attempt to mock me.

- Try again, and hopefully you'll do a bit better.
Last edited on
While I don't think installing 2012 was the appropriate solution to this particular problem... it still was a good move if for no other reason than 2012's C++11 support is much better.
Aren't VS12's C++11 capabilities the same of VS10's C++11 capabilities? This is what I heard some time ago, and that's one of the reasons why i'm not switching.

EDIT: I'm wrong. Google is my friend.
Last edited on
Topic archived. No new replies allowed.