Author Topic: how to get a #include C code generation  (Read 3169 times)

mse

  • EA User
  • **
  • Posts: 303
  • Karma: +1/-0
    • View Profile
how to get a #include C code generation
« on: October 14, 2024, 08:16:39 pm »
How do you get an #include in C code generation?

I used the dependency relationship and that does generate an #include. However, when I add an include in the source file, and then synchronize the code, no link is created. Does EA even support synchronization of #includes? For now, it seems only forward engineering is supported.

mse

  • EA User
  • **
  • Posts: 303
  • Karma: +1/-0
    • View Profile
Re: how to get a #include C code generation
« Reply #1 on: October 16, 2024, 08:33:29 pm »
From what I observed, it looks like EA cannot synchronize includes. You have to manually modify them after the first generation of code.