Problem with macros during CPP Reverse

[email protected] Thu, 10 Aug 2006 12:49:28 +0200
Newsgroups gmane.linux.umbrello.user
Message-ID <[email protected]>
Hello all !

I'm currently trying to reverse some C++ code with a lot of macros
usage. The macros are even used to declare some classes.

For example :

class MyClass : MY_MACRO(MyBaseClass) {

....

}

And MY_MACRO is defined in an header with, for example :

#define MY_MACRO(X) X

This simple example failed during the source import with Umbrello
because the parser doesn't know the MY_MACRO macro.

Is there a way to introduce some macro definition to be used during the
reverse of cpp sources (as it exists in KDevelop) ?

Thanks a lot.

Bobsky

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Uml-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/uml-user