LNK1000: Internal error during IMAGE :: BuildImage

I have a communication problem in VC ++ 2010. When I compile in debug mode, this is normal, but in release mode I regularly get the error message "LNK1000: Internal error during IMAGE :: BuildImage".

What am I doing wrong?

+3
source share
2 answers

It started working as soon as I changed the option "Optimization of the whole program" from "Use time coding of the time code" to "Profiled optimization-Tool".

+7
source

I encountered the same error. The problem in my case was that I was "playing" with configuration properties (Project Properties β†’ Configuration Properties β†’ General)

" " " (.dll)", " " .lib .dll.

0

All Articles