first i open with visual studio 2008 in eo-1.0.1\win the eo projekt.
in visual studio 2008 i attached a new projekt called test and attached there FirstRealGA.cpp
here i linked theses libaries
#pragma comment (lib, "eoga.lib")
#pragma comment (lib, "eoes.lib")
#pragma comment (lib, "eoga.lib")
//#pragma comment (lib, "eoutilsd.lib") if i uncomment these i get many errors. compiler said that there are multiple definitions..
ok
if i try to compile my projekt test i get these error
1>FirstRealGA.obj : error LNK2001: unresolved external symbol "symbol"
""class eoRng eo::rng" (?rng@eo@@3VeoRng@@A)".
how can i resolve my problem
regards
xadine
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello my english is not really good .
first i open with visual studio 2008 in eo-1.0.1\win the eo projekt.
in visual studio 2008 i attached a new projekt called test and attached there FirstRealGA.cpp
here i linked theses libaries
#pragma comment (lib, "eoga.lib")
#pragma comment (lib, "eoes.lib")
#pragma comment (lib, "eoga.lib")
//#pragma comment (lib, "eoutilsd.lib") if i uncomment these i get many errors. compiler said that there are multiple definitions..
ok
if i try to compile my projekt test i get these error
1>FirstRealGA.obj : error LNK2001: unresolved external symbol "symbol"
""class eoRng eo::rng" (?rng@eo@@3VeoRng@@A)".
how can i resolve my problem
regards
xadine