<table width=100%><tr><td>
<P>Dear Xavier, 
<P>&nbsp;&nbsp;&nbsp;&nbsp; I am very glad to receive you email. By now I have done what you and Kevin Druhan said. After renamed the files as .hpp and .cpp, all the #include &lt;*.h &gt; also need to be changed into &lt;*.hpp&gt;? However, after I changed this, and the new errors emerged, just as the following listed. Anyway, I did not know where&nbsp;are the errors. I am sorry to disturb you. Thank you very much. 
<P>Best regards,
<P>&nbsp;&nbsp;&nbsp;&nbsp; Feng DUAN&nbsp;&nbsp;
<P>try error LNK2001: unresolved external symbol "float __cdecl garan2(void)" (<A href="mailto:?garan2@@YAMXZ">?garan2@@YAMXZ</A>)<BR>
try error LNK2001: unresolved external symbol "public: __thiscall GAGenome::GAGenome(void (__cdecl*)(class GAGenome &amp;),int (__cdecl*)(class GAGenome &amp;,float),float (__cdecl*)(class GAGenome const &amp;,class GAGenome const &amp;))" (<A href="mailto:??0GAGenome@@QAE@P6AXAAV0@@ZP6AH0M@ZP6AMABV0@3@Z@Z">??0GAGenome@@QAE@P6AXAAV0@@ZP6AH0M@ZP6AMABV0@3@Z@Z</A>)<BR>
try error LNK2001: unresolved external symbol "public: static void __cdecl GAGenome::NoInitializer(class GAGenome &amp;)" (<A href="mailto:?NoInitializer@GAGenome@@SAXAAV1@@Z">?NoInitializer@GAGenome@@SAXAAV1@@Z</A>)<BR>
try error LNK2001: unresolved external symbol "public: virtual __thiscall GAGenome::~GAGenome(void)" (<A href="mailto:??1GAGenome@@UAE@XZ">??1GAGenome@@UAE@XZ</A>)<BR>
try error LNK2001: unresolved external symbol "public: virtual void __thiscall GAGenome::copy(class GAGenome const &amp;)" (<A href="mailto:?copy@GAGenome@@UAEXABV1@@Z">?copy@GAGenome@@UAEXABV1@@Z</A>)<BR>
try error LNK2001: unresolved external symbol "void __cdecl GAErr(class GASourceLocator,char const *,char const *,enum GAErrorIndex,char const *,char const *)" (<A href="mailto:?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11@Z">?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11@Z</A>)<BR>
try error LNK2019: unresolved external symbol "double __cdecl GAUnitGaussian(void)" (<A href="mailto:?GAUnitGaussian@@YANXZ">?GAUnitGaussian@@YANXZ</A>) referenced in function "int __cdecl GARealGaussianMutator(class GAGenome &amp;,float)" (<A href="mailto:?GARealGaussianMutator@@YAHAAVGAGenome@@M@Z">?GARealGaussianMutator@@YAHAAVGAGenome@@M@Z</A>)<BR>
try error LNK2019: unresolved external symbol "float __cdecl garan2(void)" (<A href="mailto:?garan2@@YAMXZ">?garan2@@YAMXZ</A>) referenced in function "int __cdecl GARandomInt(int,int)" (<A href="mailto:?GARandomInt@@YAHHH@Z">?GARandomInt@@YAHHH@Z</A>)<BR>
try error LNK2019: unresolved external symbol "int __cdecl GARandomBit(void)" (<A href="mailto:?GARandomBit@@YAHXZ">?GARandomBit@@YAHXZ</A>) referenced in function "public: static int __cdecl GA1DArrayGenome&lt;char&gt;::SwapMutator(class GAGenome &amp;,float)" (<A href="mailto:?SwapMutator@?$GA1DArrayGenome@D@@SAHAAVGAGenome@@M@Z">?SwapMutator@?$GA1DArrayGenome@D@@SAHAAVGAGenome@@M@Z</A>)<BR>
try error LNK2019: unresolved external symbol "int __cdecl GARandomBit(void)" (<A href="mailto:?GARandomBit@@YAHXZ">?GARandomBit@@YAHXZ</A>) referenced in function "public: static int __cdecl GA1DArrayGenome&lt;float&gt;::UniformCrossover(class GAGenome const &amp;,class GAGenome const &amp;,class GAGenome *,class GAGenome *)" (<A href="mailto:?UniformCrossover@?$GA1DArrayGenome@M@@SAHABVGAGenome@@0PAV2@1@Z">?UniformCrossover@?$GA1DArrayGenome@M@@SAHABVGAGenome@@0PAV2@1@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: __thiscall GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int,unsigned int,float (__cdecl*)(class GAGenome &amp;),void *)" (<A href="mailto:??0GA2DBinaryStringGenome@@QAE@IIP6AMAAVGAGenome@@@ZPAX@Z">??0GA2DBinaryStringGenome@@QAE@IIP6AMAAVGAGenome@@@ZPAX@Z</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: __thiscall GAGenome::GAGenome(void (__cdecl*)(class GAGenome &amp;),int (__cdecl*)(class GAGenome &amp;,float),float (__cdecl*)(class GAGenome const &amp;,class GAGenome const &amp;))" (<A href="mailto:??0GAGenome@@QAE@P6AXAAV0@@ZP6AH0M@ZP6AMABV0@3@Z@Z">??0GAGenome@@QAE@P6AXAAV0@@ZP6AH0M@ZP6AMABV0@3@Z@Z</A>) referenced in function "public: __thiscall GA1DArrayGenome&lt;float&gt;::GA1DArrayGenome&lt;float&gt;(unsigned int,float (__cdecl*)(class GAGenome &amp;),void *)" (<A href="mailto:??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z">??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: __thiscall GASimpleGA::GASimpleGA(class GAGenome const &amp;)" (<A href="mailto:??0GASimpleGA@@QAE@ABVGAGenome@@@Z">??0GASimpleGA@@QAE@ABVGAGenome@@@Z</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: class GAGenome const &amp; __thiscall GAStatistics::bestIndividual(unsigned int)const " (<A href="mailto:?bestIndividual@GAStatistics@@QBEABVGAGenome@@I@Z">?bestIndividual@GAStatistics@@QBEABVGAGenome@@I@Z</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: int __thiscall GAParameterList::set(char const *,double)" (<A href="mailto:?set@GAParameterList@@QAEHPBDN@Z">?set@GAParameterList@@QAEHPBDN@Z</A>) referenced in function "public: float __thiscall GAGeneticAlgorithm::pCrossover(float)" (<A href="mailto:?pCrossover@GAGeneticAlgorithm@@QAEMM@Z">?pCrossover@GAGeneticAlgorithm@@QAEMM@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: int __thiscall GAParameterList::set(char const *,void const *)" (<A href="mailto:?set@GAParameterList@@QAEHPBDPBX@Z">?set@GAParameterList@@QAEHPBDPBX@Z</A>) referenced in function "public: int __thiscall GAParameterList::set(char const *,unsigned int)" (<A href="mailto:?set@GAParameterList@@QAEHPBDI@Z">?set@GAParameterList@@QAEHPBDI@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: static void __cdecl GAGenome::NoInitializer(class GAGenome &amp;)" (<A href="mailto:?NoInitializer@GAGenome@@SAXAAV1@@Z">?NoInitializer@GAGenome@@SAXAAV1@@Z</A>) referenced in function "public: __thiscall GA1DArrayGenome&lt;float&gt;::GA1DArrayGenome&lt;float&gt;(unsigned int,float (__cdecl*)(class GAGenome &amp;),void *)" (<A href="mailto:??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z">??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: virtual __thiscall GA2DBinaryStringGenome::~GA2DBinaryStringGenome(void)" (<A href="mailto:??1GA2DBinaryStringGenome@@UAE@XZ">??1GA2DBinaryStringGenome@@UAE@XZ</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: virtual __thiscall GAGenome::~GAGenome(void)" (<A href="mailto:??1GAGenome@@UAE@XZ">??1GAGenome@@UAE@XZ</A>) referenced in function <A href="mailto:__unwindfunclet$??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z$0">__unwindfunclet$??0?$GA1DArrayGenome@M@@QAE@IP6AMAAVGAGenome@@@ZPAX@Z$0</A><BR>
try error LNK2019: unresolved external symbol "public: virtual __thiscall GASimpleGA::~GASimpleGA(void)" (<A href="mailto:??1GASimpleGA@@UAE@XZ">??1GASimpleGA@@UAE@XZ</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: virtual int __thiscall GASimpleGA::populationSize(unsigned int)" (<A href="mailto:?populationSize@GASimpleGA@@UAEHI@Z">?populationSize@GASimpleGA@@UAEHI@Z</A>) referenced in function _main<BR>
try error LNK2019: unresolved external symbol "public: virtual void __thiscall GAGenome::copy(class GAGenome const &amp;)" (<A href="mailto:?copy@GAGenome@@UAEXABV1@@Z">?copy@GAGenome@@UAEXABV1@@Z</A>) referenced in function "public: virtual class GAGenome * __thiscall GA1DArrayGenome&lt;float&gt;::clone(enum GAGenome::CloneMethod)const " (<A href="mailto:?clone@?$GA1DArrayGenome@M@@UBEPAVGAGenome@@W4CloneMethod@2@@Z">?clone@?$GA1DArrayGenome@M@@UBEPAVGAGenome@@W4CloneMethod@2@@Z</A>)<BR>
try error LNK2019: unresolved external symbol "public: void __thiscall GAStatistics::flushScores(void)" (<A href="mailto:?flushScores@GAStatistics@@QAEXXZ">?flushScores@GAStatistics@@QAEXXZ</A>) referenced in function "public: virtual void __thiscall GAGeneticAlgorithm::evolve(unsigned int)" (<A href="mailto:?evolve@GAGeneticAlgorithm@@UAEXI@Z">?evolve@GAGeneticAlgorithm@@UAEXI@Z</A>)<BR>
try error LNK2019: unresolved external symbol "void __cdecl GAErr(class GASourceLocator,char const *,char const *,enum GAErrorIndex,char const *,char const *)" (<A href="mailto:?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11@Z">?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11@Z</A>) referenced in function "public: float __thiscall GAAlleleSet&lt;float&gt;::allele(unsigned int)const " (<A href="mailto:?allele@?$GAAlleleSet@M@@QBEMI@Z">?allele@?$GAAlleleSet@M@@QBEMI@Z</A>)<BR>
try error LNK2019: unresolved external symbol "void __cdecl GARandomSeed(unsigned int)" (<A href="mailto:?GARandomSeed@@YAXI@Z">?GARandomSeed@@YAXI@Z</A>) referenced in function _main<BR>
try fatal error LNK1120: 18 unresolved externals<BR>

<P>&nbsp;<B><I>Xavier Chardon &lt;xavier.chardon@rennes.inra.fr&gt;</I></B> wrote:
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Hi,<BR>
<BR>
Your files are being compiled as C code. You need to compile them as C++.<BR>
<BR>
To do this, you can either:<BR>
- rename your files as *.hpp and *.cpp (see the mail by Kevin Druhan <BR>
last week, in the archives)<BR>
<BR>
- or, in the project options, go to C/C++ &gt; advanced &gt; compile as C++. <BR>
The names of the options may be different, as I actually have it in <BR>
french and tried to translate (anyway, you have to enable the flag /TP).<BR>
Then, you have to do the same for your source files. This is very <BR>
important, because for visual studio, apparently compiling a project in <BR>
C++ doesn't mean that the files are in C++ by default (files named *.C <BR>
are compiled as C code). So, in the solution explorer (on the right of <BR>
the screen in VC 2003), select all your source files (*.C), right click <BR>
&gt; properties &gt; C/C++ &gt; advanced &gt; compile as C++ (/TP)<BR>
<BR>
Regards,<BR>
<BR>
Xavier<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
duan feng a 辿crit :<BR>
&gt;<BR>
&gt; Dear all:<BR>
&gt;<BR>
&gt; I am sorry to disturb you. I just start to learn and use GAlib in <BR>
&gt; Microsoft Visual Studio.NET 2003 environment.<BR>
&gt;<BR>
&gt; The error codes are shown in the following.<BR>
&gt;<BR>
&gt; Thank you very much and best wishes.<BR>
&gt;<BR>
&gt; Best regards,<BR>
&gt;<BR>
&gt; Feng DUAN<BR>
&gt;<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected '(' to <BR>
&gt; follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected '(' <BR>
&gt; to follow 'inline'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\galib246\ga\garandom.C(16): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\galib246\ga\garandom.C(70): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax error : ')'<BR>
&gt; c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax error : ')'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(32): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(32): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
&gt; c:\Program Files\Microsoft Visual Studio .NET <BR>
&gt; 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'<BR>
<BR>
=== message truncated ===</BLOCKQUOTE>
</td></tr></table>
<p><p><p><br><hr size=1>
<a target="_blank"  href="http://pr.mail.yahoo.co.jp/ganbare-nippon/">GANBARE! NIPPON!
</a><br>
Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE PARTNER