VC6.0 error LNK2001: unresolved external symbol __imp__ntohl@4

--------------------Configuration: oxToint1 - Win32 Debug--------------------
Linking...
main.obj : error LNK2001: unresolved external symbol __imp__ntohl@4
Debug/oxToint1.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
oxToint1.exe - 1 error(s), 0 warning(s)

解决:

1.加入头文件:

#include <Winsock2.h>

2.菜单栏------>Project------>Settings------>Link标签页------>Object/library modules------>加入ws2_32.lib------>重新编译连接------>解决。

上一篇:Spring Boot 项目学习 (二) MySql + MyBatis 注解 + 分页控件 配置


下一篇:VC6.0 error LNK2001: unresolved external symbol _main解决办法