> Is there any way to selectively expand header files (Say, in this case i > want only the contents of the windows.h file and not other files that > windows.h includes) ? Use an option like -fxml-start=AuthDialog. It will only dump that class and the declarations on which it depends. -Brad