Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-05 Thread Christian Schulte
ssage- From: Filip Konvička [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 9:05 AM To: Christian Schulte Cc: [EMAIL PROTECTED] Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ > Good point, they are back. > > As we are talking this stuff: do you see a

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-05 Thread Filip Konvička
> Good point, they are back. > > As we are talking this stuff: do you see any use in also distributing the > manifest files? > I didn't really have the time to explore everything about manifests yet, but my idea how a manifest of an exe/dll works is that it describes the exact versions

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-04 Thread Christian Schulte
PM To: Christian Schulte Cc: [EMAIL PROTECTED] Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ I think it would still be nice if you provided the pdbs for the 'release' version, at least as a separate download. Without the pdbs, it's impossible to inspect th

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-03 Thread Filip Konvička
: Filip Konvička [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2008 4:51 PM > To: Christian Schulte > Cc: [EMAIL PROTECTED] > Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ > > > >> Oh, two more things: it is not an issue with different ve

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-03 Thread Christian Schulte
library will be picked up automatically. Christian -Original Message- From: Filip Konvička [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 4:51 PM To: Christian Schulte Cc: [EMAIL PROTECTED] Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ > Oh,

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-03 Thread Filip Konvička
> Oh, two more things: it is not an issue with different versions of MSVC, we > used the same version. And most importantly, after some thinking it is quite > clear why it should not work: you link std::ostream twice, once inside the > Gecode DLLs against the optimized MSVC libs, and the second ti

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-02 Thread Christian Schulte
code users list' Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ Hi, as an example just try one of the Gecode examples! We have digged deeper and know a little bit more: mixing DLLs created with -MD (as we do) with other stuff created with -MDd for debugging gets yo

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-02 Thread Christian Schulte
ginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filip Konvicka Sent: Tuesday, September 02, 2008 5:11 PM To: [EMAIL PROTECTED] Cc: gecode users list Subject: Re: [gecode-users] Linking to Gecode with Microsoft Visual C++ Hi, > We had a bit of trouble trying to lin

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-02 Thread Filip Konvička
Hi, > We had a bit of trouble trying to link to the binary Gecode > distribution from a Microsoft Visual Studio C++ project. First of > all, here's what you have to set up in the properties dialog of your > "Solution": > * Configuration Properties, C++, General, set the Additional Include

Re: [gecode-users] Linking to Gecode with Microsoft Visual C++

2008-09-02 Thread Christian Schulte
As a slight addition: first, our thanks to Jan Kelbel, for helping us to reproduce and analyze the bug. Then, in 3.0 Gecode will use auto-linking with MSVC: so it is sufficient to give the library directory. The respective libraries will be found automatically by the linker. Christian -- Christi