error LNK2019 无法解析的外部符号 __imp__accept@12

时间:2021-11-18 21:15:07

用VS2015编译CuraEngine,出现如下错误:

PlatformSocket.obj   error LNK2019 无法解析的外部符号 __imp__accept@12

PlatformSocket.obj   error LNK2019 无法解析的外部符号 __imp__bind@12

等等

 

error LNK2019 无法解析的外部符号 __imp__accept@12

 

解决办法:在 PlatformSocket.cpp 中加上 #pragma comment(lib, "Ws2_32.lib")

参考:*