有使用LeadTools的朋友 可以聯(lián)系我微信: EagleAndy
error LNK2019: 無法解析的外部符號(hào) "__declspec(dllimport) public: int __thiscall LSegment::MrcSaveBitmap(class LBitmapBase *,struct _COMPRESSIONOPTIONS *,unsigned short *,int,struct _SAVEFILEOPTION *)" (__imp_?MrcSaveBitmap@LSegment@@QAEHPAVLBitmapBase@@PAU_COMPRESSIONOPTIONS@@PAGHPAU_SAVEFILEOPTION@@@Z)没讲,該符號(hào)在函數(shù) _main 中被引用
Qt在調(diào)用LeadTools的時(shí)候,報(bào)錯(cuò)如下,我把pro工程轉(zhuǎn)VS2010工程調(diào)了一下C++的編譯選項(xiàng),程序可以正常運(yùn)行,于是我就想怎么在Qt環(huán)境下設(shè)置這個(gè)選項(xiàng)醇锚。
VS下面這個(gè)選項(xiàng)如何在Pro里設(shè)置呢如何將 .\Qt\4.8.7\mkspecs\win32-msvc2010\qmake.conf 中
將WChar_t視為內(nèi)置類型?是/Zc:wchar_t,在Pro里怎么設(shè)置呢
QMAKE_CFLAGS? ? ? ? ? ? = -nologo -Zm200 -Zc:wchar_t-
修改為
QMAKE_CFLAGS? ? ? ? ? ? = -nologo -Zm200 -Zc:wchar_t
參考資料: