<HTML>
<HEAD>
<TITLE>Wrapping parser fails on methods with std::string </TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello all,<BR>
I’m trying to wrap one of reader classes using VTKWrapJava but it’s failing during the parsing.<BR>
syntax error<BR>
*** SYNTAX ERROR found in parsing the header file /Users/gbivins/work/APIs/VTK/Examples/Build/vtkMy/Unsorted/vtkORModelReader.h before line 95 ***<BR>
<BR>
This points to a method that has std::string and a std::map as parameters.<BR>
How can I work around this?<BR>
I saw that VTKWrapJava can accept a “hint” file to help with parsing but it is unclear what/how to populate this file.<BR>
Thanks in advance,<BR>
Gerrick<BR>
</SPAN></FONT>
</BODY>
</HTML>