Book a Demo

Author Topic: C++ Generationof Packages (#include)  (Read 2876 times)

Jack57

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C++ Generationof Packages (#include)
« on: April 01, 2009, 09:59:41 pm »
1) If I want to genarat a C++ classes of a package then the #include statement are not relative to the path. How can that be changed?

e.g
#inlcude "File1InDirXY"
should be
#inlcude "..XY\File1InDirXY"

2) it would be good if there would be some predefined function inlcuded
(e.g serialize or XML import and export). Ist that possible?

Thanks for the answer