Pugi xml setup
I would like to share with you about how to setup "pugi xml" in android especially in cocos2dx. The way to download and import is simple. Here are steps to setup pugi xml for dev. enviroment.
first, get pugi xml file in pugixml.org. click below link to jump download page
There are two different version of files. For me Windows environment, click first zip file to download in my local
Extract downloaded file. you will get folder like this. maybe check later other directory , for now just focus on "src" directory. copy 3 files under src folder.
whic are,
pugiconfig.hpp
pugixml.hpp
pugixml,.cpp
copy 3 files into my project.
import this copied file into my visual studio project. if you don't know how to import file into project, check below screen capture. It's simple, just select 3 files than drag & drop desired folder under the project.
Okay, You are ready to use pugi xml in your project.
Next step is that, how to use this code ?
Following post will introduce usability of pugi xml.
'English > Programming Tips' 카테고리의 다른 글
Android vibrate method in Unity Enviroment (0) | 2017.07.02 |
---|---|
Best CC0 sprites for mobile developer (0) | 2017.01.24 |
How to play cocos studio sprite animation (ActionTimeLine) (0) | 2016.11.04 |
Call android Toast methon in cocos2dx by using JNI function (C++) (0) | 2016.11.03 |
How to use pugixml in android cocos2d develop enviroment (pugixml singleton / pugixml local path) (0) | 2016.10.05 |
How to use text with enableOutline in cocos2dx / runtime text creation with outline (0) | 2016.10.05 |
kingdom rush frontiers stage 10 get 3 stars (0) | 2016.10.04 |
최근댓글