Book a Demo

Author Topic: Macros for types are treted as int  (Read 2890 times)

sbre

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Macros for types are treted as int
« on: April 20, 2009, 10:49:14 pm »
Hallo,

I'm using a C++ Macro as a type of a class member. The macro is entered as a language macro in the model and a corresponding class exists, too. After code generation everything looks fine, but after synchronizing model and code again, in the model the member is of type int, in code it's still the macro type.

The memberdelclaration looks like that:
Code: [Select]
foo(bar) mMember;In the language macro dialog I enterde foo() as a macro.

Is there anything I can do to avoid the int type?

Best regards
Sebastian