<font face="'Times New Roman'">Hi IGSTK Team, <br /><br />I have written a VOID function similar to the default examples that is ought to read a XML file and configure it. My function builds error free but when I execute the program, I get an</font><font size="3"><font face="Courier"><font face="'Times New Roman'"> "Unhandled Win32 exception" error message and does not execute further. I defined my VOID function as such:</font><br /><br />    void TrackerConfiguration(std::string &trackerXMLfile){.....}<br /><br />In the FLTK GUI code, I call the function as such : <br /><br />char *fileName = fl_file_chooser("select a xml file");<br /><br />Fl_output *ConfigurationFileTextField;<br /><br />this-></font></font><font size="3"><font face="Courier">ConfigurationFileTextField->value(fileName);<br /><br />std:string ConfigurationFileName(this->ConfigurationFileTextField->value())<br /></font></font><font size="3"><font face="Courier"><br />m_Logger->TrackerConfiguration(</font></font><font size="3"><font face="Courier">ConfigurationFileName);<br /><br />-----------<br /><br /><font face="'Times New Roman'">I don't know what the problem is because it builds completely error and warning free but gives me win32 unhandled exception during runtime.<br /><br />If someone can let me know the issue and way to fix it, it would be really appreciated.<br /><br />Sincerely,<br />Arefin</font><br /></font></font>