Book a Demo

Author Topic: language macro question  (Read 2013 times)

david szente

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
language macro question
« on: March 20, 2008, 11:22:43 pm »
Hi,

I would like to ask for your help in a matter I can't seem to solve, no matter how I try :)
As the topic's title already suggests it, I have some problems with language macros.

I would like to import a C++ project into an EA Project, but there are some files that can't be parsed. I've already defined several macros, but I couldn't find a way to get around the C macro

Code: [Select]
STDMETHOD
I have a function declaration like

Code: [Select]
STDMETHOD(MyFunc)(double, double)
What am I supposed to define as a preprocessor macro in this case?