Hi users,<br>  When I run this code in the report section:<br><br>report<<objective_function_value::pobjfun<<endl;<br><br>it gives me a hex string as output, which I need to convert somehow to a double.  I can do this but figured someone must have the answer already.<br><br>This happens on both VC++ 32 bit and 64 bit distributions.  Apparently on a colleagues' machine running the windows minggw compiler distribution the number comes out as it should, a double.  Also, the run output shows the objective function as a double, it is just the report section that is showing it as a hex string.<br>Any ideas ?<br><br>Thanks in advance<br>Chris<br>