[galib] Help / GAlib and visual studio

Xavier Chardon xavier.chardon at rennes.inra.fr
Tue Feb 7 03:31:27 EST 2006


Yes, the solution proposed by Kevin Druhan implies that you change all 
the #include directives that apply to the project files (don't do a 
"search and replace all" without checking! - you don't want to replace 
#include <stdio.h> with <stdio.hpp>, for instance)

Also, template classes must be declared AND defined in the same file, so 
at the end of some .h files, you have a "#include <*.C>". You should 
change that too. (#include <*.cpp>). It might help, but I'm not 
convinced this the only problem you're facing.
Please check that all the *.C files have been copied to your project 
directory, and are included in your project.

Xavier



duan feng a écrit :
>
> Dear Xavier,
>
> 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 <*.h > also need to be changed into <*.hpp>? However, after I 
> changed this, and the new errors emerged, just as the following 
> listed. Anyway, I did not know where are the errors. I am sorry to 
> disturb you. Thank you very much.
>
> Best regards,
>
> Feng DUAN
>
> try error LNK2001: unresolved external symbol "float __cdecl 
> garan2(void)" (?garan2@@YAMXZ <mailto:?garan2@@YAMXZ>)
> try error LNK2001: unresolved external symbol "public: __thiscall 
> GAGenome::GAGenome(void (__cdecl*)(class GAGenome &),int 
> (__cdecl*)(class GAGenome &,float),float (__cdecl*)(class GAGenome 
> const &,class GAGenome const &))" 
> (??0GAGenome@@QAE at P6AXAAV0@@ZP6AH0M at ZP6AMABV0@3 at Z@Z 
> <mailto:??0GAGenome@@QAE at P6AXAAV0@@ZP6AH0M at ZP6AMABV0@3 at Z@Z>)
> try error LNK2001: unresolved external symbol "public: static void 
> __cdecl GAGenome::NoInitializer(class GAGenome &)" 
> (?NoInitializer at GAGenome@@SAXAAV1@@Z 
> <mailto:?NoInitializer at GAGenome@@SAXAAV1@@Z>)
> try error LNK2001: unresolved external symbol "public: virtual 
> __thiscall GAGenome::~GAGenome(void)" (??1GAGenome@@UAE at XZ 
> <mailto:??1GAGenome@@UAE at XZ>)
> try error LNK2001: unresolved external symbol "public: virtual void 
> __thiscall GAGenome::copy(class GAGenome const &)" 
> (?copy at GAGenome@@UAEXABV1@@Z <mailto:?copy at GAGenome@@UAEXABV1@@Z>)
> try error LNK2001: unresolved external symbol "void __cdecl 
> GAErr(class GASourceLocator,char const *,char const *,enum 
> GAErrorIndex,char const *,char const *)" 
> (?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11 at Z 
> <mailto:?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11 at Z>)
> try error LNK2019: unresolved external symbol "double __cdecl 
> GAUnitGaussian(void)" (?GAUnitGaussian@@YANXZ 
> <mailto:?GAUnitGaussian@@YANXZ>) referenced in function "int __cdecl 
> GARealGaussianMutator(class GAGenome &,float)" 
> (?GARealGaussianMutator@@YAHAAVGAGenome@@M at Z 
> <mailto:?GARealGaussianMutator@@YAHAAVGAGenome@@M at Z>)
> try error LNK2019: unresolved external symbol "float __cdecl 
> garan2(void)" (?garan2@@YAMXZ <mailto:?garan2@@YAMXZ>) referenced in 
> function "int __cdecl GARandomInt(int,int)" (?GARandomInt@@YAHHH at Z 
> <mailto:?GARandomInt@@YAHHH at Z>)
> try error LNK2019: unresolved external symbol "int __cdecl 
> GARandomBit(void)" (?GARandomBit@@YAHXZ <mailto:?GARandomBit@@YAHXZ>) 
> referenced in function "public: static int __cdecl 
> GA1DArrayGenome<char>::SwapMutator(class GAGenome &,float)" 
> (?SwapMutator@?$GA1DArrayGenome at D@@SAHAAVGAGenome@@M at Z 
> <mailto:?SwapMutator@?$GA1DArrayGenome at D@@SAHAAVGAGenome@@M at Z>)
> try error LNK2019: unresolved external symbol "int __cdecl 
> GARandomBit(void)" (?GARandomBit@@YAHXZ <mailto:?GARandomBit@@YAHXZ>) 
> referenced in function "public: static int __cdecl 
> GA1DArrayGenome<float>::UniformCrossover(class GAGenome const &,class 
> GAGenome const &,class GAGenome *,class GAGenome *)" 
> (?UniformCrossover@?$GA1DArrayGenome at M@@SAHABVGAGenome@@0PAV2 at 1@Z 
> <mailto:?UniformCrossover@?$GA1DArrayGenome at M@@SAHABVGAGenome@@0PAV2 at 1@Z>)
> try error LNK2019: unresolved external symbol "public: __thiscall 
> GA2DBinaryStringGenome::GA2DBinaryStringGenome(unsigned int,unsigned 
> int,float (__cdecl*)(class GAGenome &),void *)" 
> (??0GA2DBinaryStringGenome@@QAE at IIP6AMAAVGAGenome@@@ZPAX at Z 
> <mailto:??0GA2DBinaryStringGenome@@QAE at IIP6AMAAVGAGenome@@@ZPAX at Z>) 
> referenced in function _main
> try error LNK2019: unresolved external symbol "public: __thiscall 
> GAGenome::GAGenome(void (__cdecl*)(class GAGenome &),int 
> (__cdecl*)(class GAGenome &,float),float (__cdecl*)(class GAGenome 
> const &,class GAGenome const &))" 
> (??0GAGenome@@QAE at P6AXAAV0@@ZP6AH0M at ZP6AMABV0@3 at Z@Z 
> <mailto:??0GAGenome@@QAE at P6AXAAV0@@ZP6AH0M at ZP6AMABV0@3 at Z@Z>) 
> referenced in function "public: __thiscall 
> GA1DArrayGenome<float>::GA1DArrayGenome<float>(unsigned int,float 
> (__cdecl*)(class GAGenome &),void *)" 
> (??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z 
> <mailto:??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z>)
> try error LNK2019: unresolved external symbol "public: __thiscall 
> GASimpleGA::GASimpleGA(class GAGenome const &)" 
> (??0GASimpleGA@@QAE at ABVGAGenome@@@Z 
> <mailto:??0GASimpleGA@@QAE at ABVGAGenome@@@Z>) referenced in function _main
> try error LNK2019: unresolved external symbol "public: class GAGenome 
> const & __thiscall GAStatistics::bestIndividual(unsigned int)const " 
> (?bestIndividual at GAStatistics@@QBEABVGAGenome@@I at Z 
> <mailto:?bestIndividual at GAStatistics@@QBEABVGAGenome@@I at Z>) referenced 
> in function _main
> try error LNK2019: unresolved external symbol "public: int __thiscall 
> GAParameterList::set(char const *,double)" 
> (?set at GAParameterList@@QAEHPBDN at Z 
> <mailto:?set at GAParameterList@@QAEHPBDN at Z>) referenced in function 
> "public: float __thiscall GAGeneticAlgorithm::pCrossover(float)" 
> (?pCrossover at GAGeneticAlgorithm@@QAEMM at Z 
> <mailto:?pCrossover at GAGeneticAlgorithm@@QAEMM at Z>)
> try error LNK2019: unresolved external symbol "public: int __thiscall 
> GAParameterList::set(char const *,void const *)" 
> (?set at GAParameterList@@QAEHPBDPBX at Z 
> <mailto:?set at GAParameterList@@QAEHPBDPBX at Z>) referenced in function 
> "public: int __thiscall GAParameterList::set(char const *,unsigned 
> int)" (?set at GAParameterList@@QAEHPBDI at Z 
> <mailto:?set at GAParameterList@@QAEHPBDI at Z>)
> try error LNK2019: unresolved external symbol "public: static void 
> __cdecl GAGenome::NoInitializer(class GAGenome &)" 
> (?NoInitializer at GAGenome@@SAXAAV1@@Z 
> <mailto:?NoInitializer at GAGenome@@SAXAAV1@@Z>) referenced in function 
> "public: __thiscall 
> GA1DArrayGenome<float>::GA1DArrayGenome<float>(unsigned int,float 
> (__cdecl*)(class GAGenome &),void *)" 
> (??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z 
> <mailto:??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z>)
> try error LNK2019: unresolved external symbol "public: virtual 
> __thiscall GA2DBinaryStringGenome::~GA2DBinaryStringGenome(void)" 
> (??1GA2DBinaryStringGenome@@UAE at XZ 
> <mailto:??1GA2DBinaryStringGenome@@UAE at XZ>) referenced in function _main
> try error LNK2019: unresolved external symbol "public: virtual 
> __thiscall GAGenome::~GAGenome(void)" (??1GAGenome@@UAE at XZ 
> <mailto:??1GAGenome@@UAE at XZ>) referenced in function 
> __unwindfunclet$??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z$0 
> <mailto:__unwindfunclet$??0?$GA1DArrayGenome at M@@QAE at IP6AMAAVGAGenome@@@ZPAX at Z$0>
> try error LNK2019: unresolved external symbol "public: virtual 
> __thiscall GASimpleGA::~GASimpleGA(void)" (??1GASimpleGA@@UAE at XZ 
> <mailto:??1GASimpleGA@@UAE at XZ>) referenced in function _main
> try error LNK2019: unresolved external symbol "public: virtual int 
> __thiscall GASimpleGA::populationSize(unsigned int)" 
> (?populationSize at GASimpleGA@@UAEHI at Z 
> <mailto:?populationSize at GASimpleGA@@UAEHI at Z>) referenced in function _main
> try error LNK2019: unresolved external symbol "public: virtual void 
> __thiscall GAGenome::copy(class GAGenome const &)" 
> (?copy at GAGenome@@UAEXABV1@@Z <mailto:?copy at GAGenome@@UAEXABV1@@Z>) 
> referenced in function "public: virtual class GAGenome * __thiscall 
> GA1DArrayGenome<float>::clone(enum GAGenome::CloneMethod)const " 
> (?clone@?$GA1DArrayGenome at M@@UBEPAVGAGenome@@W4CloneMethod at 2@@Z 
> <mailto:?clone@?$GA1DArrayGenome at M@@UBEPAVGAGenome@@W4CloneMethod at 2@@Z>)
> try error LNK2019: unresolved external symbol "public: void __thiscall 
> GAStatistics::flushScores(void)" (?flushScores at GAStatistics@@QAEXXZ 
> <mailto:?flushScores at GAStatistics@@QAEXXZ>) referenced in function 
> "public: virtual void __thiscall GAGeneticAlgorithm::evolve(unsigned 
> int)" (?evolve at GAGeneticAlgorithm@@UAEXI at Z 
> <mailto:?evolve at GAGeneticAlgorithm@@UAEXI at Z>)
> try error LNK2019: unresolved external symbol "void __cdecl 
> GAErr(class GASourceLocator,char const *,char const *,enum 
> GAErrorIndex,char const *,char const *)" 
> (?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11 at Z 
> <mailto:?GAErr@@YAXVGASourceLocator@@PBD1W4GAErrorIndex@@11 at Z>) 
> referenced in function "public: float __thiscall 
> GAAlleleSet<float>::allele(unsigned int)const " 
> (?allele@?$GAAlleleSet at M@@QBEMI at Z 
> <mailto:?allele@?$GAAlleleSet at M@@QBEMI at Z>)
> try error LNK2019: unresolved external symbol "void __cdecl 
> GARandomSeed(unsigned int)" (?GARandomSeed@@YAXI at Z 
> <mailto:?GARandomSeed@@YAXI at Z>) referenced in function _main
> try fatal error LNK1120: 18 unresolved externals
>
> */Xavier Chardon <xavier.chardon at rennes.inra.fr>/* wrote:
>
>     Hi,
>
>     Your files are being compiled as C code. You need to compile them
>     as C++.
>
>     To do this, you can either:
>     - rename your files as *.hpp and *.cpp (see the mail by Kevin Druhan
>     last week, in the archives)
>
>     - or, in the project options, go to C/C++ > advanced > compile as
>     C++.
>     The names of the options may be different, as I actually have it in
>     french and tried to translate (anyway, you have to enable the flag
>     /TP).
>     Then, you have to do the same for your source files. This is very
>     important, because for visual studio, apparently compiling a
>     project in
>     C++ doesn't mean that the files are in C++ by default (files named
>     *.C
>     are compiled as C code). So, in the solution explorer (on the
>     right of
>     the screen in VC 2003), select all your source files (*.C), right
>     click
>     > properties > C/C++ > advanced > compile as C++ (/TP)
>
>     Regards,
>
>     Xavier
>
>
>
>
>
>     duan feng a 辿crit :
>     >
>     > Dear all:
>     >
>     > I am sorry to disturb you. I just start to learn and use GAlib in
>     > Microsoft Visual Studio.NET 2003 environment.
>     >
>     > The error codes are shown in the following.
>     >
>     > Thank you very much and best wishes.
>     >
>     > Best regards,
>     >
>     > Feng DUAN
>     >
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(92): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(93): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(99): error C2054: expected
>     '(' to
>     > follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(100): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(104): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(105): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(170): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(175): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(176): error C2054: expected
>     '('
>     > to follow 'inline'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\galib246\ga\garandom.C(16): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\galib246\ga\garandom.C(70): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(80): error C2059: syntax
>     error : ')'
>     > c:\GAlib\galib\include\ga\garandom.h(165): error C2059: syntax
>     error : ')'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(32): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(22): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(23): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(24): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(25): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(26): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(27): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(28): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(29): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(30): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(31): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(32): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdlib(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cerrno(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(17): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(18): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(19): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(20): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>     > c:\Program Files\Microsoft Visual Studio .NET
>     > 2003\Vc7\include\cstdio(21): error C2059: syntax error : ':'
>
>     === message truncated ===
>
>
> ------------------------------------------------------------------------
> GANBARE! NIPPON! <http://pr.mail.yahoo.co.jp/ganbare-nippon/>
> Yahoo! JAPAN JOC OFFICIAL INTERNET PORTAL SITE PARTNER 

-- 
Xavier Chardon
Thésard Institut de l'élevage / INRA
Projet ACTA "modélisation environnementale des systèmes bovins et porcins"

xavier.chardon at inst-elevage.asso.fr
xavier.chardon at rennes.inra.fr
02 23 48 50 91




More information about the galib mailing list