Re: [SOCI-users] Compiling the example code with Visual Studio 2012

2012-11-01 Thread Sergei Nikulov
2012/11/1 Alberto hirakey...@gmail.com Hi everyone, I'm new to SOCI, after three days of tryings I finally build it using CMake from command line without erros, and now I was trying to compile the example code. The problem is it gives me a number of error in the main.obj file. Could someone

Re: [SOCI-users] Compiling the example code with Visual Studio 2012

2012-11-01 Thread Mateusz Loskot
On 1 November 2012 07:19, Sergei Nikulov sergey.niku...@gmail.com wrote: 2012/11/1 Alberto hirakey...@gmail.com Hi everyone, I'm new to SOCI, after three days of tryings I finally build it using CMake from command line without erros, and now I was trying to compile the example code. The

Re: [SOCI-users] Compiling the example code with Visual Studio 2012

2012-11-01 Thread Mateusz Loskot
On 1 November 2012 10:24, Mateusz Loskot mate...@loskot.net wrote: On 1 November 2012 07:19, Sergei Nikulov sergey.niku...@gmail.com wrote: 2012/11/1 Alberto hirakey...@gmail.com Hi everyone, I'm new to SOCI, after three days of tryings I finally build it using CMake from command line

Re: [SOCI-users] Compiling the example code with Visual Studio 2012

2012-11-01 Thread Vadim Zeitlin
On Thu, 1 Nov 2012 13:16:16 +0100 Alberto hirakey...@gmail.com wrote: A It looks like you simply don't link with the SOCI libraries -- do you? A I got it. This is what I linked: A C:\dev\soci-3.1.0\core; C:\dev\soci-3.1.0\backends\postgresql; A C:\dev\PostgreSQL9.2.1\include A And this is a

Re: [SOCI-users] Compiling the example code with Visual Studio 2012

2012-10-31 Thread Vadim Zeitlin
On Wed, 31 Oct 2012 22:49:10 +0100 Alberto hirakey...@gmail.com wrote: A I'm new to SOCI, after three days of tryings I finally build it using CMake A from command line without erros, and now I was trying to compile the A example code. The problem is it gives me a number of error in the main.obj