Description:
I use:
PNL Relise 1.0 and xerces-c_2_7_0-windows_2000-msvc_60.zip
Microsoft Visual C++ 6.0
Problem:
I must compile a tool for analysing of DFT using DBN,
but when i compile each one project there are many
error (of linking) like:
DFT.obj : error LNK2001: unresolved external symbol
"public: __thiscall
xercesc_2_7::XMLException::XMLException(class
xercesc_2_7::XMLException const &)"
(??0XMLException@xercesc_2_7@@QAE@ABV01@@Z)
DFT.obj : error LNK2001: unresolved external symbol
"public: virtual __thiscall
xercesc_2_7::XMLException::~XMLException(void)"
(??1XMLException@xercesc_2_7@@UAE@XZ)
BUT I HAVE SETTING THE LIB DIRECTORY AND THE INCLUDE
DIRECTORY REQUEST,
Why?