<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I've problems with compilation of example 
ex11.c.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If I define NO_STREAMS in gaconfig.h there are 3 
errors:</FONT></DIV>
<DIV><FONT face=Arial size=2>in line </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; cout &lt;&lt; genome.score() 
&lt;&lt; "):\n" &lt;&lt; genome &lt;&lt; "\n";</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; &nbsp;&nbsp;&nbsp; [C++ Error] 
GAProg.cpp(93): E2094 'operator&lt;&lt;' not implemented in type '_STL::ostream' 
for arguments of type 'GAListGenome&lt;int&gt;'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>in line&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp; &nbsp;&nbsp;&nbsp; cout &lt;&lt; 
ga.parameters() &lt;&lt; "\n";<BR>&nbsp; &nbsp;&nbsp;&nbsp; [C++ Error] 
GAProg.cpp(95): E2094 'operator&lt;&lt;' not implemented in type '_STL::ostream' 
for arguments of type 'GAParameterList'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and in&nbsp;</FONT></DIV>
<DIV><FONT size=2><FONT face=Arial>int 
GAListGenome&lt;int&gt;::write(std::ostream &amp; os) const<BR>{ ... 
}</FONT><BR><FONT face=Arial>&nbsp; [C++ Error] GAProg.cpp(159): E2316 
'GAListGenome&lt;int&gt;::write(_STL::ostream &amp;) const' is not a member of 
'GAListGenome&lt;int&gt;'</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and if&nbsp;I DON'T define NO_STREAMS in gaconfig.h 
there are 26 errors like this :)) :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; [Linker Error] Unresolved external 
'GAParameterList::~GAParameterList()' referenced from C:\PROGRAM 
FILES\BORLAND\CBUILDER6\PROJECTS\GAPROG.OBJ<BR>&nbsp; [Linker Error] Unresolved 
external 'GAListGenome&lt;int&gt;::~GAListGenome&lt;int&gt;()' referenced from 
C:\PROGRAM 
FILES\BORLAND\CBUILDER6\PROJECTS\GAPROG.OBJ<BR>&nbsp;.......</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP!!!!</FONT></DIV>
<DIV><FONT face=Arial><FONT size=2>Can anyone advise me how to solve this 
problems??</FONT></FONT></DIV>
<DIV><FONT face=Arial><FONT size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><FONT size=2>Marcio</FONT></DIV>
<DIV><BR></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>