Book a Demo

Author Topic: [CodeEngineering] .cpp and .h in separate paths  (Read 4258 times)

vkp

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
[CodeEngineering] .cpp and .h in separate paths
« on: August 16, 2006, 02:37:49 pm »
Hi,

I am wondering if it possible with EA to separate implementation and header files for C++ into separate directories (like src/ and inc/) and still be able to do full round-trip code engineering?

Is it possible to set different local paths for cpp and h files?

Thanks in advance,
vkp

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: [CodeEngineering] .cpp and .h in separate path
« Reply #1 on: August 16, 2006, 03:05:29 pm »
VKP,

This was asked recently, and perhaps a few times in the deeper past. I think the answer was no, that they had to be in the same directory, but I am [/i]not[/i] sure - I don't use C++ enough to have EA generate code.

Take a search through the forum and see what you can come up with. Be tanacious, since the search function takes keywords pretty literally. It's there...

David
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: [CodeEngineering] .cpp and .h in separate path
« Reply #2 on: August 16, 2006, 03:20:13 pm »
No, it's not possible.