路径,.lib文件的确都是对的,
在工程里我也做了很多设定,但是都不能成功#ifdef CKF_EXPORTS
#define CKF_API __declspec(dllexport)
#else
#define CKF_API __declspec(dllimport)
#endif我也包含了这个头文件
以下是一条错误的信息,
LINK : warning LNK4049: locally defined symbol ""public: bool __thiscall CKF_Animation::Create(class CKF_CoreAnimation *)" (?Create@CKF_Animation@@QAE_NPAVCKF_CoreAnimation@@@Z)" imported感觉象是工程那里没有设置好,
请明白的程序员告诉我一下