class role:public CCArmature{
。。。}
在role的方法中调用CCArmature::init() 编译不过去啊
3>libExtensions.lib(json_value.obj) : error LNK2019: 无法解析的外部符号 “public: virtual class std::basic_string<char,struct std::char_traits,class std::allocator > __thiscall CSJson::StyledWriter::write(class CSJson::Value const &)” (?write@StyledWriter@CSJson@@UAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABVValue@2@@Z),该符号在函数 "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __thiscall CSJson::Value::toStyledString(void)const " (?toStyledString@Value@CSJson@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 中被引用
3>libExtensions.lib(json_value.obj) : error LNK2019: 无法解析的外部符号 “public: __thiscall CSJson::StyledWriter::StyledWriter(void)” (??0StyledWriter@CSJson@@QAE@XZ),该符号在函数 "public: class std::basic_string<char,struct std::char_traits,class std::allocator > __thiscall CSJson::Value::toStyledString(void)const " (?toStyledString@Value@CSJson@@QBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ) 中被引用
3>libExtensions.lib(json_value.obj) : error LNK2019: 无法解析的外部符号 “public: virtual __thiscall CSJson::Writer::~Writer(void)” (??1Writer@CSJson@@UAE@XZ),该符号在函数 “public: virtual __thiscall CSJson::StyledWriter::~StyledWriter(void)” (??1StyledWriter@CSJson@@UAE@XZ) 中被引用