VC7 to VC8 migration
-
Hi, changing from VC7 to VC8 I get this linker error: 1>aiunittest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __stdcall ping(int)" (__imp_?ping@@YGHH@Z) referenced in function _main The above code worked fine with VC7. Any ideas? Thanks, Uli
-
Hi, changing from VC7 to VC8 I get this linker error: 1>aiunittest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) int __stdcall ping(int)" (__imp_?ping@@YGHH@Z) referenced in function _main The above code worked fine with VC7. Any ideas? Thanks, Uli
Compare the contents of
Project Properties -> Configuration Properties -> Linker -> Input -> Additional Dependencies.
You're probably missing an entry in VC8.«_Superman_» I love work. It gives me something to do between weekends.