<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm a student and I search a parser to 
extract basic structures from C++ code (classes, inheritance, 
data members (name, type), static data members, member functions, 
...</FONT><FONT face=Arial size=2>).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I've installed the .exe for windows (<FONT 
face="Times New Roman" size=3>Version 0.2 pre-compiled Windows installer). I've 
also the Visual C++ version 6 as compiler. When I run the program with 
input </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>test.cpp 
:</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#include <iostream></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>int main () {</FONT></DIV>
<DIV><FONT face=Arial size=2>    std::cout << 
"test";</FONT></DIV>
<DIV><FONT face=Arial size=2>    return 0;</FONT></DIV>
<DIV><FONT face=Arial size=2>}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>then I get a lot of errors when I do : "gccxml 
test.cpp -fxml=output.xml". The errors occur in the .h files of the 
include-directory of my visual c++ (xstring.h, etc ...).</FONT></DIV>
<DIV><FONT face=Arial size=2>I probably do something wrong with the 
parameters?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can someone help me with this?</FONT></DIV>
<DIV><FONT face=Arial size=2>TNX</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Katleen</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV></BODY></HTML>