Showing posts with label library. Show all posts
Showing posts with label library. Show all posts

Saturday, 25 August 2018

Building libpq on MSYS2 MinGW 64 bit for libpqxx

For Windows, although there is a PostgreSQL installer provided, the libpq in the installation directory cannot be used to link libpqxx on MSYS2. This post shows how to build libpq from source on MSYS2.

Saturday, 19 May 2018

Wednesday, 2 May 2018

Sunday, 4 January 2015

Error C1189 when using OSIsoft PI API with C++ standard libraries

It can be frustrating to get libraries to work together, especially old ones. Yes, I know the PI API will be deprecated sometime in the future, but it is so much easier to set up and use. Unfortunately, when you try to include C++ standard libraries such as <string>, errors spew out...

Sunday, 15 September 2013

Setting up the allegro library

For example, to use static linking and multi-threaded debug,

Debug environment: \bin
Include: \include
Library: \lib
Preprocessor: ALLEGRO_STATICLINK (w/o inherit)

Additional dependencies (w/o inherit):