<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD><TITLE></TITLE>
<STYLE>
body, table, tr, td, p {margin: 0px 0px 0px 0px}
.bgtabl {BACKGROUND-REPEAT: no-repeat}
</STYLE>
</HEAD>
<BODY bgProperties="fixed" bgcolor="#FFFFFF">
Hello all !
<br>
<br>I'm currently trying to reverse some C++ code with a lot of macros 
usage. The macros are even used to declare some classes.
<br>
<br>For example :
<br>
<br>class MyClass : MY_MACRO(MyBaseClass) {
<br>
<br>....
<br>
<br>}
<br>
<br>And MY_MACRO is defined in an header with, for example :
<br>
<br>#define MY_MACRO(X)  X
<br>
<br>This simple example failed during the source import with Umbrello 
because the parser doesn't know the MY_MACRO macro.
<br>Is there a way to introduce some macro definition to be used during the 
reverse of cpp sources (as it exists in KDevelop) ?
<br>
<br>Thanks a lot.
<br>
<br>Bobsky
<br>





</body></html>