Re: Unexpected error occurred in code generator or linker
it's so Old Subject . LOL but i also Face the same problem:
Microsoft (R) Incremental Linker Version 6.00.8447
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
LINK : fatal error LNK1181: cannot open input file "E:\Program Files\Microsoft Visual Studio\VB98\VBAEXE6.LIB"
and i went to Microsoft there is no SOLUTION
But i Check my File VBAEXE6.LIB it was not there
So i just search the CD and found the File Finally copied it in the Dir ... Fixed the Problem
Sorry for my Bad English
Re: Unexpected error occurred in code generator or linker
Looks like the DLL was compiled/registered on a LAN share. In order to preserver binary compatibility, the IDE must locate and interrogate the original file. If the file was registered on a LAN share that no longer exists, I could see this happenning.
Do a REGSVR32.EXE -U on the DLL, then register it again in the %systemroot% and then try it.
lol love those 4-year-old posts that pop up.
Re: Unexpected error occurred in code generator or linker
I've had the same problem numerous times. I think it has something to do with the ODL reflection inside the VB IDE!
Although MS method works well most of the time, there will be a time where you're going to need to turn of binary compatibility and regenerate all those CLSIDS,GUIDS etc.
. . . and recompile every dependent project.
Yuk!