Book a Demo

Author Topic: Problem on Code Template Editor and classBaseName  (Read 2874 times)

altorion

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Problem on Code Template Editor and classBaseName
« on: October 18, 2011, 09:06:42 am »
Hi to all.
I am trying to generate custom code for a new language, but have a problem.

When a class inherits from another one, if I generate the code the base class name is not shown, e.g., %classBaseName% returns "".

Any ideas what can it be?

Thanks in advance

altorion

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Problem on Code Template Editor and classBaseN
« Reply #1 on: October 18, 2011, 09:18:14 am »
Solved!!!

Linked Class Base was needed. If it's empty it does not work.