Click to See Complete Forum and Search --> : fatal error LNK1000: Internal error during LIB::Search


garryMarshall
January 18th, 2005, 11:48 AM
When I compiled some old projects from 6.0 to 7.0 I receive the following errors with several projects:
fatal error LNK1000: Internal error during LIB::Search
Only found one other with google about deleating debug folder, reboot the computer and try again. This did not work.
Anyone have any ideas on what is going on. There were no errors in the 6.0 compile, only in the 7.0 compile with the managed /clr set to yes.
Thanks, Garry

Mutilated1
January 19th, 2005, 02:42 PM
Are you sure that the 7.0 compiler and linker include paths are not set to look at the 6.0 headers and libs ?

garryMarshall
January 21st, 2005, 04:59 PM
The computer that I am running on now has no 6.0 installed on it. I was able to compile and link with 7.0 without any changes and with no errors. All I did to create this error was to change all of the projects to be set the "Use Managed Extensions" flag to YES.
Thanks, Garry

coder0xff
January 21st, 2005, 07:19 PM
Maybe you already saw this:

http://www.gamedev.net/community/forums/topic.asp?topic_id=196950

and this... which may not even be related...

http://www.dotnet-news.com/lien.aspx?ID=9830

Probably won't help... but have you tried making a .Net project using a wizard? If that works then you atleast know it is either code or project configuration problems. Turning on the common language runtime has a lot of implications and it's likely that some code will need to be ported/rewritten. Sorry I can't offer any other advice.