Click to See Complete Forum and Search --> : Disappearing linker error
NickTheNewbie
October 25th, 2004, 09:19 AM
Every other time I build a project in VC7, i get this linker error:
Importing fatal error LNK1000: Internal error during Pass2
The odd thing is if i try again it just goes away, then comes back the next time. Any ideas what's going on?
marsh_pottaye
October 25th, 2004, 09:52 AM
From MSDN
Linker Tools Error LNK1000
unknown error; consult documentation for technical support options
Note the circumstances of the error, try to isolate the problem and create a reproducible test case, then consult the technical-support help file or the technical-support section in one of your manuals.
NickTheNewbie
October 25th, 2004, 12:04 PM
Well after systematically removing every file from the program, the issue had to do with my resource files. Rather than right clicking and adding them to the resource file folder in the solution/file view in VC7, i #included them in the .rc2 file. That made the error go away.
Thank god that the error gave me so much info or i would have never found it! ¬_¬
Andreas Masur
October 25th, 2004, 01:21 PM
[ Moved thread ]
TSYS
October 25th, 2004, 01:23 PM
Yes, well, Microsoft is well-known for the clarity and information content of its error messages and documentation. I know I bless them about every other day in that aspect ;)
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.