Hi, sorry that I was not more detailled, but the questions are indeed not that Gecode specific. Whatever library you want to interface to, you need to make sure that its header files are found (which you did) but also where to find the libraries and dlls. The libraries should be ok automatically. The libraries *.lib (required ofr linkage) you also have to specify, they are in the lib subdirectory of the Gecode installation.
Cheers Christian -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of robe braum Sent: Wednesday, April 04, 2007 3:26 PM To: [EMAIL PROTECTED] Subject: RE: [gecode-users] gecode install 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 _______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users
