Book a Demo

Author Topic: How do I skip .cpp file generation?  (Read 3697 times)

JEff Russell

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
How do I skip .cpp file generation?
« on: October 03, 2003, 02:28:31 pm »
For forward code generation of a class in C++, how do I skip generation of the implementation file (*.cpp)?

I tried unchecking the option: "Synchronize CPP file", located in the "Code Generation" portion of the dialog under the option: Generation->C++ Specfication.

"Why?" you may ask.  I am generating the .h file to define an enumeration.
"Why do you care?" you may ask.  I am easily confused by superfluous files.
JEff

benc

  • EA Administrator
  • EA User
  • *****
  • Posts: 200
  • Karma: +0/-0
    • View Profile
Re: How do I skip .cpp file generation?
« Reply #1 on: October 05, 2003, 04:15:46 pm »
Hi Jeff,

Currently, there is no option to skip the .cpp file generation.  However, we intend to add an option to do so- probably on a per class basis.  This should facilitate cleaner generation of enums, template classes and interfaces.  Coming soon...

Regards,
Ben