Book a Demo

Author Topic: generation of .cpp files  (Read 3055 times)

sm

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
generation of .cpp files
« on: May 31, 2005, 05:03:45 am »
Hi,

I would like to avoid the generation of (.cpp) files for the interfaces. Is it possible in EA?.

sm

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: generation of .cpp files
« Reply #1 on: May 31, 2005, 05:41:14 am »
sorry for the post in the wrong column

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: generation of .cpp files
« Reply #2 on: May 31, 2005, 03:22:35 pm »
I've just moved the thread for you.

I did a test generation of an interface and no cpp file was generated.  Just make sure that you're using an interface element, not a class element stereotyped <<interface>>. :)

Simon

Edit: Looks like I should have read through the rest of the forum before moving it.   :-[
« Last Edit: May 31, 2005, 03:31:19 pm by simonm »

sm

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: generation of .cpp files
« Reply #3 on: June 01, 2005, 01:38:21 am »
Thank you.