Book a Demo

Author Topic: Code Engeneering C++ different Folder for .h, .cpp  (Read 3423 times)

Brian Dahl

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Code Engeneering C++ different Folder for .h, .cpp
« on: June 15, 2011, 12:31:50 am »
Hi,
i want to use the Code Engieneering for C++.
The problem is that the generated Code from EA (.h and .cpp) are in the same folder but i need them in different folders. How can i do this?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Code Engeneering C++ different Folder for .h,
« Reply #1 on: June 15, 2011, 11:04:35 am »
Tools | Options | Source Code Engineering | C++ | Source path.

Make the first entry in that that relative path you want your cpp file generated to from the header.

Brian Dahl

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Code Engeneering C++ different Folder for .h,
« Reply #2 on: June 15, 2011, 10:39:25 pm »
thx