Thursday, May 22, 2008

LNK1103 Error

Error:
------------
"linker error uuid.lib(Servpro_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module"

Solution:
-----------------
The cause for the "linker error uuid.lib(Servpro_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module" is the uuid.lib is in link->object/library module and there is an entry like $(MSSDK)\Lib, in additional lib path alsowhen i remove $(MSSDK)\Lib it compiled and linked

No comments: