開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
XP QT CreatorXX
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
問題(Question):
F:/MQC_platform/MQC_platform/j2k_lib.cpp:28: error: C1083: 無法開啟包含檔案:
'windows.h': No such file or directory
餵入的資料(Input):
預期的正確結果(Expected Output):
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
#ifdef WIN32
#include <windows.h>
#else
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/times.h>
#include <string.h>
#endif /* WIN32 */
#include "j2k_lib.h"
補充說明(Supplement):
我有嘗試把SDK 的windows.h移到我的資料夾
然後把< > 改成" "
不過發現這樣不是辦法
這一改的話好像全部的< >都要改成 " "
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.115.73.116