Showing posts with label windows. Show all posts
Showing posts with label windows. 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

Thursday, 5 April 2018

Sunday, 31 August 2014

Generate mail in bulk using Windows' cmd tool

With all the fancy software out there, it is often easy to overlook simple tools that work just as well. In this article we explore the use of cmd shell scripting to generate mail for a list of recipients.

Sunday, 6 April 2014

Sunday, 30 March 2014

Using GetOpenFileName

GetOpenFileName displays the "standard" File Open dialog box on Windows, allowing users to choose a file.