Book a Demo

Author Topic: Cannot Reverse Engineer C++ method arguement  (Read 1995 times)

Kul

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Cannot Reverse Engineer C++ method arguement
« on: August 07, 2008, 07:35:00 pm »
The following error occurred,

There was an error parsing E:\Project\sample.h on line 167. unexpected symbol: [      
You may need to define a language macro.      

The code snippet for the above error message is
float getNodePosition(int idx, float (&coord)[3]);

appears when i attempt to reverse engineer a c++ header file where method arguement list contains an array description.
is there any workaround to this?

thankyou
gokul