Quang Huy Phan Use XML file in Cocos2d-x?
Posts 10
Added by Quang Huy Phan over 1 year ago

I want to make the XML Doc by XML DOM. In source code of CCUserDefault, it used XML DOM, too. I tried to use the xml function as CCUserDefault like (xmlNewNode, xmlNewDoc...) , but i've got errors:

identifier "xmlXXX_function" is undefined

So, how can i use these functions? Thank so much.

Zhe Wang RE: Use XML file in Cocos2d-x?
Posts 1664
Location Amoy, China
Added by Zhe Wang over 1 year ago

A compile error or link error? It seems that you link libxml2 failed.

Keep it simple and stupid.

Quang Huy Phan RE: Use XML file in Cocos2d-x?
Posts 10
Added by Quang Huy Phan over 1 year ago

Compiler Error (VS2010)

Error C3861: 'xmlNewDoc': identifier not found


(1-2/2)