I am converting my project from vc6 to VS 2010. When I compile my project, I get an error, as shown below, for entering .lib. I added all these libraries to Linker-> Input-> Additional Dependencies, also provided a path to these .lib files in the directories Link-> General-> Additional Library. Any advice on this would be very helpful.
lb0.lib(ob0.obj) :error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb1.lib(ob1.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb2.lib(ob2.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb3.lib(ob3.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb3.lib(ob4.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb3.lib(ob5.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z) lb4.lib(0b6.obj) : error LNK2001: unresolved external symbol "void __stdcall SetLastExP(class ExceptionClass *)" ( ?SetLastExP@ @ YGXPAVExceptionClass@ @@Z)
thanks
source share