VC 编译连接问题
VC 编译连接问题
1,
现象:
Linking...
libcpd.lib(xmbtowc.obj) : error LNK2001: unresolved external symbol _errno
...
解决:
instead of /nodefaultlib:"libcd.lib" , try this :
go into "project" , "setting" , "link" ,
for "catgory" choose "customize" and check the box "force file output"
This will allow for multiply defined symbols
go into "project" , "setting" , "link" ,
for "catgory" choose "customize" and check the box "force file output"
This will allow for multiply defined symbols