Book a Demo

Author Topic: STDMETHOD C++ macro  (Read 3961 times)

Tobias123

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
STDMETHOD C++ macro
« on: July 01, 2011, 03:58:22 am »
I'm using EA 8.0.863 to reverse engineer a C++ project; it has worked for me in the past where the STDMETHOD was present and it still picked up the operations.

Now when I try to update from the source to pick up a change I made, it's failing due to STDMETHOD. I've tried playing with the preprocessor macro definitions to no avail, but I also don't want the functions in this macro to be completely ignored.

Tobias123

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: STDMETHOD C++ macro
« Reply #1 on: July 06, 2011, 05:48:55 am »
My problem was the macro DECLARE_NOT_AGGREGATABLE; specifying "DECLARE_NOT_AGGREGATABLE()" in the preprocessor macros fixed the problem.  The STDMETHOD error message was a red herring to the real problem.