Book a Demo

Author Topic: Generate Default Constructor  (Read 3565 times)

avexus_kms

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Generate Default Constructor
« on: January 15, 2003, 11:20:45 am »
According to the documentation (section 7.4.2), it is possible to set options that tells EA whether or not to create a default constructor and/or a destructor. This section of the documentation even shows a picture of the dialog box that is supposed to allow you to set these options. However, the dialog box contains no actual checkboxes for setting these options. That includes both the dialog box in the picture in the documentation and the actual dialog box in the EA product.

Is it possible to set these options or is the documentation incorrect?

mbc

  • EA User
  • **
  • Posts: 237
  • Karma: +1/-0
  • Embedded software developer
    • View Profile
Re: Generate Default Constructor
« Reply #1 on: January 16, 2003, 01:22:37 am »
Select the menu View-Options. A dialog opens. Select Generation-Object Lifetimes. Check or uncheck "Generate constructor" and "Generate destructor".

Mikkel