Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-11 Thread Albe Laurenz
dhaval257 wrote: I worked upon this link you sent. It ends up giving error This applcation can not start because SSLEAY32.dll is missing. I want to connect in any form whether it is ODBC or direct. If you know then please help me. I am stuck here. Thank you So why don't you copy ssleay32.dll

Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-09 Thread dhaval257
I worked upon this link you sent. It ends up giving error This applcation can not start because SSLEAY32.dll is missing. I want to connect in any form whether it is ODBC or direct. If you know then please help me. I am stuck here. Thank you -- View this message in context:

Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-06 Thread Albe Laurenz
dhaval257 wrote: I am new to postgres. I am doing Project on Image processing in OpenCV(IDE i am using is Visual C++ 2010). I have downloaded PostgreSQL 8.4 and installed it successfully. I want to know how to connect postgres with visual C++. Use something more recent than 8.4 if you can.

Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-06 Thread John R Pierce
On 3/4/2013 8:17 PM, dhaval257 wrote: I am new to postgres. I am doing Project on Image processing in OpenCV(IDE i am using is Visual C++ 2010). I have downloaded PostgreSQL 8.4 and installed it successfully. I want to know how to connect postgres with visual C++. is this app using the .net

Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-06 Thread Christian Ullrich
* dhaval257 wrote: No It is not using .NET framework. I tried with libpq but ended up with error that Application can not run because SSLEAY32.dll is missing (something like this). So I left that thing. Have you used libpq? ssleay32.dll is part of the PostgreSQL distribution, and is installed

[GENERAL] PostgreSQL connect with Visual C++

2013-03-05 Thread dhaval257
Hello friends, I am new to postgres. I am doing Project on Image processing in OpenCV(IDE i am using is Visual C++ 2010). I have downloaded PostgreSQL 8.4 and installed it successfully. I want to know how to connect postgres with visual C++. Please do reply if you know anything. Because I have

Re: [GENERAL] PostgreSQL connect with Visual C++

2013-03-05 Thread Guy Rouillier
On 3/4/2013 11:17 PM, dhaval257 wrote: Hello friends, I am new to postgres. I am doing Project on Image processing in OpenCV(IDE i am using is Visual C++ 2010). I have downloaded PostgreSQL 8.4 and installed it successfully. I want to know how to connect postgres with visual C++. You don't