Book a Demo

Author Topic: extern "C" a problem?  (Read 2030 times)

asheppard

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
extern "C" a problem?
« on: October 10, 2006, 09:17:17 am »
I've been having trouble reverse engineering some C header files where the body of the file is between

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

For some reason EA seems to ignore everything between the two blocks.  
Taking the blocks out allows the import to take place.

Is there any way to work around this?