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
------------
"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
Labels: VC++
0 Comments:
Post a Comment
<< Home