QT呼叫DLL動態庫DLL動態庫頭檔案:#ifndef _ADAPI32_H_#define _ADAPI32_H_#ifdef __cplusplusextern "C" {#endif __declspec(dllexport) int test_int(); __declspec(dllexport) BOOL flg(); __declspec(dllexport) HANDLE ReceiveImage(); //獲取影像#ifdef __cplusplus}#endif#endif---------------------------------為什么編譯的時候提示:'HANDLE 'does not name a type. 'BOOL'does not name a type.這是哪的錯誤?有哪位高手知道嗎?
uj5u.com熱心網友回復:
樓主解決了嗎?遇到同樣的問題,希望告知轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/34819.html
標籤:其他技術討論專區
