I'm trying to rebuild CEGUIBase and I've included the PCRE, Freetype2 and ZLIB libraries. However, I get the following linker error:
Code: Select all
1>CEGUIPCRERegexMatcher.obj : error LNK2019: unresolved external symbol _pcre_free referenced in function "private: void __thiscall CEGUI::PCRERegexMatcher::release(void)" (?release@PCRERegexMatcher@CEGUI@@AAEXXZ)
Am I using an incorrect version of the PCRE libraries? What am I missing?