c++ - chai3d. Make a xml file using cFileXML -


i'm working on chai3d application , i'm using visual studio 2013. compiled chai3d library using cmake , using 1 of templates chai3d provides (qt) created application. compiled template using cmake.

the template works correctly problem arises when create instance of cfilexml class in application.cpp file:

cfilexml xmlfile = new cfilexml("log.xml");*

after write when compile solution 24 errors. errors "lnk2019" unresolved external symbol errors. related cfilexml class methods/functions. can see many times class pugi::xml_node...

thanks lot

pd: tried tag post chai3d seems tag doesn't exist , can't create it. :(


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -