Book a Demo

Author Topic: C Code Generation : defines or typedef are duplicated when Synchronize  (Read 8033 times)

ikoria

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Hi all,

I'm using EA 15.2.1560. I'm using EA since few weeks only.

Within a class, I'm defining some symbols or typedef with are "complex"...
Here are some exemple:
Code: [Select]
//Attribute  : MY_DEFINE(name)
//Initial Value : &my_object_##name
//Details : Static = true
//Details :  Const = true
//Tagged Values : define = true

Code: [Select]
//typedef for function pointer
//typedef name : (*functionPtr)(void)

When i generate/synchronize code, EA always duplicate (add new symbol elsewhere in the file)

Do you have any ideas, tips or solution for this issue?
Thanks in advance