VC两个项目之间的函数的调用,需要怎么做
头文件我加对了,但是出现下面的情况!正在创建库 ..\..\..\..\bin\release/MaNGOSScript.lib 和对象 ..\..\..\..\bin\release/MaNGOSScript.exp
item_test.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall Player::GetMemberLevel(unsigned long)" (?GetMemberLevel@Player@@QAEXK@Z) ,该符号在函数 "bool __cdecl ItemUse_item_test(class Player *,class Item *)" (?ItemUse_item_test@@YA_NPAVPlayer@@PAVItem@@@Z) 中被引用
..\..\..\..\bin\release/MaNGOSScript.dll : fatal error LNK1120: 1 个无法解析的外部命令
函数声明需要怎么才能让另一个项目调用呢?!急等!