Book a Demo

Author Topic: Language Macros with C don't preserve macros  (Read 3563 times)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Language Macros with C don't preserve macros
« on: August 03, 2012, 08:42:22 pm »
Hello,

if I use C++ the language macros are working pretty well. With Syncronize/Import code it creates the corresponding Tagged Values (DeclMacro1,..). After Generate Code the macros are still in C++ Code.

If I use C everything works fine until I try to generate code. When I generate Code with C the macro is deleted and not preserved with the help of the tagged value. The macro is available but not used during generating code.

Thanks for your help,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Language Macros with C don't preserve macros
« Reply #1 on: August 03, 2012, 11:13:09 pm »
I think it was my fault. Now it works fine.

Thanks,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)