Bright Leopold

i come from the other world,i will go back after the love,the regret,the alive and the dead are over

导航

2017年8月25日

windows下使用gethostbyname函数报错无法解析的外部符号

摘要: #include <winsock.h> 使用gethostbyname的函数的时候,会显示无法解析的外部符号. 主要问题是因为没有引用WS2_32的lib库 在include上面引用就行了 #pragma comment(lib, "WS2_32") 阅读全文

posted @ 2017-08-25 16:06 Bright Leopold 阅读(775) 评论(0) 推荐(0)