Book a Demo

Author Topic: Import source code  (Read 2130 times)

cleberc

  • Guest
Import source code
« on: March 14, 2006, 10:18:19 am »
Hi,

I have a problem with reverse engineering using C++.
The code I want to import look like below.

class Class1
{
__published:
       __fastcall func1();

private:
void change();
};

EA can’t import this code.
Apparently, there is an error in the line “__published:”

Anybody has an idea how to solve this error?

Thanks

Sorry my English.

Cleber.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Import source code
« Reply #1 on: March 14, 2006, 01:08:30 pm »
The current parser can't recognise the C++ Builder __published scope as you have noticed.

The next build we release should handle that scope, while most other platform specific macros will need to be added to EAs macro list manually.  See http://sparxsystems.com.au/EAUserGuide/index.html?languagemacros.htm.