<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I run nmake to compile the program. But the compile 
is failure. here is the message, What's wrong with it?</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>ex1.obj : error LNK2001: unresolved external symbol 
"public: virtual __thiscall 
GA2DBinaryStringGenome::~GA2DBinaryStringGenome(void)" (</FONT><A 
href="mailto:??1GA2DBinaryStringGenome@@UAE@XZ"><FONT face=Arial 
size=2>??1GA2DBinaryStringGenome@@UAE@XZ</FONT></A><FONT face=Arial 
size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "public: virtual 
__thiscall GASimpleGA::~GASimpleGA(void)" (</FONT><A 
href="mailto:??1GASimpleGA@@UAE@XZ"><FONT face=Arial 
size=2>??1GASimpleGA@@UAE@XZ</FONT></A><FONT face=Arial size=2>)<BR>ex1.obj : 
error LNK2001: unresolved external symbol "public: class GAGenome const &amp; 
__thiscall GAStatistics::bestIndividual(unsigned int)const " (</FONT><A 
href="mailto:?bestIndividual@GAStatistics@@QBEABVGAGenome@@I@Z"><FONT face=Arial 
size=2>?bestIndividual@GAStatistics@@QBEABVGAGenome@@I@Z</FONT></A><FONT 
face=Arial size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol 
"public: virtual int __thiscall GASimpleGA::populationSize(unsigned int)" 
(</FONT><A href="mailto:?populationSize@GASimpleGA@@UAEHI@Z"><FONT face=Arial 
size=2>?populationSize@GASimpleGA@@UAEHI@Z</FONT></A><FONT face=Arial 
size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "public: 
__thiscall GASimpleGA::GASimpleGA(class GAGenome const &amp;)" (</FONT><A 
href="mailto:??0GASimpleGA@@QAE@ABVGAGenome@@@Z"><FONT face=Arial 
size=2>??0GASimpleGA@@QAE@ABVGAGenome@@@Z</FONT></A><FONT face=Arial 
size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "public: 
__thiscall GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int,unsigned 
int,float (__cdecl*)(class GAGenome &amp;),void *)" (</FONT><A 
href="mailto:??0GA2DBinaryStringGenome@@QAE@IIP6AMAAVGAGenome@@@ZPAX@Z"><FONT 
face=Arial 
size=2>??0GA2DBinaryStringGenome@@QAE@IIP6AMAAVGAGenome@@@ZPAX@Z</FONT></A><FONT 
face=Arial size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "void 
__cdecl GARandomSeed(unsigned int)" (</FONT><A 
href="mailto:?GARandomSeed@@YAXI@Z"><FONT face=Arial 
size=2>?GARandomSeed@@YAXI@Z</FONT></A><FONT face=Arial size=2>)<BR>ex1.obj : 
error LNK2001: unresolved external symbol "public: void __thiscall 
GAStatistics::flushScores(void)" (</FONT><A 
href="mailto:?flushScores@GAStatistics@@QAEXXZ"><FONT face=Arial 
size=2>?flushScores@GAStatistics@@QAEXXZ</FONT></A><FONT face=Arial 
size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "public: int 
__thiscall GAParameterList::set(char const *,void const *)" (</FONT><A 
href="mailto:?set@GAParameterList@@QAEHPBDPBX@Z"><FONT face=Arial 
size=2>?set@GAParameterList@@QAEHPBDPBX@Z</FONT></A><FONT face=Arial 
size=2>)<BR>ex1.obj : error LNK2001: unresolved external symbol "public: int 
__thiscall GAParameterList::set(char const *,double)" (</FONT><A 
href="mailto:?set@GAParameterList@@QAEHPBDN@Z"><FONT face=Arial 
size=2>?set@GAParameterList@@QAEHPBDN@Z</FONT></A><FONT face=Arial 
size=2>)<BR>Debug/testGA1.exe : fatal error LNK1120: 10 unresolved 
externals</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>