Book a Demo

Author Topic: Reverse Engineering: How to skip DEFINE ?  (Read 2446 times)

schmid

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Reverse Engineering: How to skip DEFINE ?
« on: January 31, 2006, 03:11:51 am »
Reversing source code like:

class MAP_DLL Myclass {...

results in wrong results (class name =MAP_DLL).
Is there a way to make EA skip MAP_DLL (I am using a 4.5 version of EA) ?
Thanks for help.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Reverse Engineering: How to skip DEFINE ?
« Reply #1 on: January 31, 2006, 01:16:53 pm »
See the following page from the help file.

http://sparxsystems.com.au/EAUserGuide/index.html?languagemacros.htm

The only difference for 4.5 is that you Select Language Macros from the Configuration menu.