<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Having successfully built the library&nbsp;(using 
the settings below), I now have additional compilation problems.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>/nologo /MDd /W3 /GR /GX /Z7 /Od /I "..\..\\" /D 
"WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Fp"Debug/library.pch" /YX 
/Fo"Debug/" /Fd"Debug/" /FD /TP /c </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For example, attempting to compile ex1.C generates 
the following error:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>C:\Galib245\examples\ex1.C(70) : error C2679: 
binary '&lt;&lt;' : no operator defined which takes a right-hand operand of type 
'const class GAGenome' (or there is no acceptable conversion)<BR>Error executing 
cl.exe.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>associated with this line of code:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>cout &lt;&lt; "The GA found:\n" &lt;&lt; 
ga.statistics().bestIndividual() &lt;&lt; "\n";</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would be very grateful if anyone could shed some 
insight into resolving this problem.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Ian</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Dr. I Wilson</FONT></DIV>
<DIV><FONT face=Arial size=2>Research Fellow</FONT></DIV>
<DIV><FONT face=Arial size=2>School of Technology</FONT></DIV>
<DIV><FONT face=Arial size=2>Division of Mathematics</FONT></DIV>
<DIV><FONT face=Arial size=2>University of Glamorgan</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>480480 ext.2268</FONT></DIV></BODY></HTML>