Book a Demo

Author Topic: Reverse Class Description Bug  (Read 4223 times)

andlil

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Reverse Class Description Bug
« on: June 04, 2002, 03:57:35 am »
Hi

I tried to reverse engineer c++ code and with the newest built
492. It seems that the comment extraction of the class does
not get reversed to the model.
It worked in previous releases.

Have this function been changed ??

/Anders

andlil

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Reverse Class Description Bug
« Reply #1 on: June 04, 2002, 04:06:39 am »
Sorry it is not all classes. It is classes that contains enums
and I not sure this has ever worked.

/Anders

gsparks

  • EA User
  • **
  • Posts: 325
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Reverse Class Description Bug
« Reply #2 on: June 04, 2002, 05:37:34 pm »
Hi Anders,

Yes - the problem would have been with any 'inner class' in C++ - which an enum is treated as.

The problem has been corrected in the next build (493) which is due out later today.

Cheers,
Geoff Sparks