跳到主要內容
搜尋
搜尋此網誌
紅塵萬丈
My Reading/Programming Style
分享
取得連結
Facebook
X
Pinterest
以電子郵件傳送
其他應用程式
標籤
Visual Studio
9月 06, 2013
winsock2.h 內的許多宣告 redefinition
在 VS2005 遇到 compile 時出現一堆錯誤
這個原因是原始碼內先 include windows.h 再 include winsock2.h。只要將它們的順序顛倒過來就可以了。意即
#include <winsock2.h>
#include <windows.h>
答案發現於:
http://stackoverflow.com/questions/1372480/c-redefinition-header-files
留言
熱門文章
10月 06, 2010
RTC wake up from S3/S4/S5
12月 01, 2017
Notepad++ 快速在文章每行開頭結尾加入文字
留言
張貼留言