Implementing your Application
Before building your project, you need to implement your application. For the purposes of this example, use the supplied implementation in the installdir\examples\xmlbinding\basic directory, po_main.cpp.
Copy po_main.cpp into the basicExample\app\data directory and the file po.xml into the basicExample\bin directory, allowing them to overwrite the generated files of the same name.
Alternatively, you can choose to tailor the generated sample application yourself. To do this, simply add your own application logic to the generated po_main.cpp file already in the basicExample\app\data directory.