[Uml-user] Problem with macros during CPP Reverse
BigBob
bigbob at club-internet.fr
Fri Aug 11 05:47:01 UTC 2006
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
More information about the umbrello
mailing list