Book a Demo

Author Topic: Problem importing C++ Header file  (Read 2760 times)

steve-o

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Problem importing C++ Header file
« on: December 03, 2009, 05:08:36 am »
I am using EA 6.1. I am trying to import a C++ Header file to a class model. However, I am getting an error about an unexpected symbol: "{". I have tried doing simple stuff like moving the "{" symbol to the next line. Nothing! Anyone else aware of this and how to get around it???

Takeshi K

  • EA User
  • **
  • Posts: 630
  • Karma: +43/-1
    • View Profile
    • Sparx Systems Japan
Re: Problem importing C++ Header file
« Reply #1 on: December 03, 2009, 05:43:48 am »
1. Please try again on the latest version/build. 6.1 is too old.
2. Please check the word (or line) before the '{'.

I hope this helps you.
--
t-kouno

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Problem importing C++ Header file
« Reply #2 on: December 03, 2009, 08:36:26 am »
Although upgrading is going to be your best option.

What does the source code before that look like?  Any macros being used?