#include "C11 .h"
C11 m_HTMotion;//呼叫動態庫中的C11類,編譯成功,跑起來會斷言失敗
后來我把生成動態庫解決方案時,自動生成的動態庫APP類注釋了,只剩
#include "stdafx.h"
//#include "HTDLPMotion.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
至此,問題解決,編譯成功,沒有斷言錯誤,這是什么情況啊
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/264930.html
標籤:進程/線程/DLL
