pshampanier/libpqmxx

how to build in vs2015?

Closed this issue · 4 comments

i want to use your libray, howerver i can't find the vs2015 project.

Compiling under Windows is next on my list. Sorry it's not yet available...

Sent from my iPhone

On Jul 4, 2016, at 5:39 AM, qicosmos notifications@github.com wrote:

i want to use your libray, howerver i can't find the vs2015 project.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

I have run your project in vs2015, but i found some bugs.

conn.execute("select * from student where age>$1 and name = $2", 10, "tom");
the result status is fatal error, why?

Hi qicosmos,

I've just committed the release 1.0.1 compatible with Windows and fix your issue.