yuanrongxi / razor

A google's congestion Control Algorithm
MIT License
352 stars 152 forks source link

编译razor.sln的报错问题 #24

Closed Alexyali closed 4 years ago

Alexyali commented 4 years ago

设置razor.sln中的sim_transport为启动项目,运行后报错: error LNK2019: 无法解析的外部符号 _WSAFDIsSet@8,该符号在函数 _su_udp_recv 中被引用
error LNK2019: 无法解析的外部符号
imp__bind@12,该符号在函数 _su_tcp_listen_create 中被引用 error LNK2019: 无法解析的外部符号 _cc_feedback_adapter_init,该符号在函数 _sender_cc_create 中被引用
error LNK2019: 无法解析的外部符号 _WinMain@16,该符号在函数 ___tmainCRTStartup 中被引用 一共24个无法解析的外部命令,请问应该如何解决?