Hi again,

Compiling with the include /I optionsolves the cannot find .h files problem.

cl /I "c:\Program Files\Gecode\include" queens.cc

but now returns lots of

queens.obj : error LNK2028: unresolved token (0A0000E8) "public: virtual __thiscall Gecode::Exception::~Exception(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function "public: __thiscall Gecode::MemoryExhausted::MemoryExhausted(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])

queens.obj : error LNK2019: unresolved external symbol "public: __thiscall Gecode::Exception::Exception(char const *,char const *)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z) referenced in function "public: __thiscall Gecode::MemoryExhausted::MemoryExhausted(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])

Excuse me if these question are beyond these mail list but I do really wonder upon having installed msi and VS what exactly are the required steps and the commands you run.

Cheers,
robe

_________________________________________________________________
Real-time chat with your friends - Free download - MSN Messenger http://messenger.msn.com/?mkt=tr


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

Reply via email to