Hi,

I am trying to compile Gecode programs ("all-interval.cc" and "money.cc") in 
Windows XP using Visual C++ Express, and I get the following unresolved 
externals:

public: void __thiscall Options::parse(int,char * *)
double __cdecl dev(double * const,int)

double __cdecl am(double * const,int)

I have defined all 6 gecode static libraries in my linker input - if I don't I 
get 38 unresolved externals, so I know I've got the libraries in the right 
directory path.

Has anyone managed to compile succesfully in this environment?

Many thanks,

Nick


_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to