[source lang="cpp"]1> Creating library .\Debug\Pandoras Legacy.lib and object .\Debug\Pandoras Legacy.exp1>CZFXModel.obj : error LNK2019: unresolved external symbol _strrev referenced in function "public: void __thiscall CZFXModel::GetFileName(char *,char *)" (?GetFileName@CZFXModel@@QAEXPAD0@Z)1>CZFXModel.obj : error LNK2019: unresolved external symbol _strupr referenced in function "public: void __thiscall CZFXModel::GetFileName(char *,char *)" (?GetFileName@CZFXModel@@QAEXPAD0@Z)1>CZFXModel.obj : error LNK2019: unresolved external symbol _strdup referenced in function "public: long __thiscall CZFXModel::Prepare(void)" (?Prepare@CZFXModel@@QAEJXZ)[/source]
those are the errors,any ideea how to solve them?
EDIT: Just add oldnames.lib to your linker and it'll work
Edited by noatom, 15 December 2012 - 09:06 AM.