Book a Demo

Author Topic: Limiting code generation to header files only.  (Read 2683 times)

adutoit

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Limiting code generation to header files only.
« on: October 28, 2003, 01:49:30 am »
Hi.

Is there a way to prevent EA from producing C/C++ source files (.cpp,.cc) when performing code generation?  I.e.  limiting the code generation to header files (.h,.hpp) only?

This is not a critical shortcoming, more a slight irritation.

benc

  • EA Administrator
  • EA User
  • *****
  • Posts: 200
  • Karma: +0/-0
    • View Profile
Re: Limiting code generation to header files only.
« Reply #1 on: October 28, 2003, 06:55:48 pm »
Hi adutoit,

Currently there is no way to prevent the generation of .cpp files. We will be preventing this generation for interfaces and enumeration classes and may provide a general option to omit the implemenation file in a future build.

Regards,
Ben