instructGenerate.obj : error LNK2019: 无法解析的外部符号 "public: bool __thiscall CEmbInstructManger::addInstruct(struct t_InstructNode_T *)" (?addInstruct@CEmbInstructManger@@QAE_NPAUt_InstructNode_T@@@Z),该符号在函数 "public:
bool __thiscall CInstructGenerate::GenerateInstructMsg(int,unsigned char (* const)[20],bool * const,unsigned char (* const)[6],int,unsigned __int64 * const,unsigned int,unsigned char * const,int,unsigned int,unsigned int,struct t_SERVICE_PARAM_T *,int,struct
t_LanguageDescribe_T *)" (?GenerateInstructMsg@CInstructGenerate@@QAE_NHQAY0BE@EQA_NQAY05EHQA_KIQAEHIIPAUt_SERVICE_PARAM_T@@HPAUt_LanguageDescribe_T@@@Z) 中被引用
这种情况一般是连接问题,此处是有定义,未实现。