Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-12 Thread Evgueni Kolossov
Hi Greg, Thank you very much - it all works now. Another question - I still have boost 1.35 and I have noticed you are using 1.36. I want to pick up the latest dev. from svn and according to your message about C++ API changes do the fixes I need to implement in my code. The problem is - from

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-12 Thread Greg Landrum
Dear Evgueni, On Thu, Feb 12, 2009 at 10:22 AM, Evgueni Kolossov ekolos...@gmail.com wrote: Thank you very much - it all works now. Glad to hear it. Another question - I still have boost 1.35 and I have noticed you are using 1.36. I want to pick up the latest dev. from svn and according to

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-12 Thread Evgueni Kolossov
Thank you very much 2009/2/12 Greg Landrum greg.land...@gmail.com Dear Evgueni, On Thu, Feb 12, 2009 at 10:22 AM, Evgueni Kolossov ekolos...@gmail.com wrote: Thank you very much - it all works now. Glad to hear it. Another question - I still have boost 1.35 and I have noticed you

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-12 Thread Greg Landrum
On Thu, Feb 12, 2009 at 11:53 AM, Evgueni Kolossov ekolos...@gmail.com wrote: I have noticed a new version of bjam as well (3.1.17). have you tryed it? Yes, that's what I've been using: it works without problems. I should do a table/matrix of the versions of compilers, OSs, boost versions,

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-11 Thread Greg Landrum
Hi Evgueni, On Tue, Feb 10, 2009 at 9:48 PM, Evgueni Kolossov ekolos...@gmail.com wrote: I am moving into Visual Studio 2008 and updated project giving me a lot of unresolved externals in RDKit libs. Should I just recompile RDKit (but cannot see what difference it will make) or I need for

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-11 Thread Evgueni Kolossov
Yes, This is why I am talking about new boost version... It refer to libraries of RDKit built with the old version. Regards, Evgueni 2009/2/11 Greg Landrum greg.land...@gmail.com Dear Evgueni, On Wed, Feb 11, 2009 at 4:38 PM, Evgueni Kolossov ekolos...@gmail.com wrote: I have attached

Re: [Rdkit-discuss] Compiling for VS 2008

2009-02-11 Thread Greg Landrum
I'm afraid I'm not understanding. It looks like you are, in your VS2008 project, trying to link against libraries built using VS2005. You apparently can't do this. You need to rebuild all the libraries (including the relevant boost libraries) using VS2008. -greg On Wed, Feb 11, 2009 at 4:52 PM,