Archive for the Category: C

SQLite v3.8.3 Released

D. Richard Hipp has just released SQLite v3.8.3. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.8.3 Released

SQLite v3.8.2 Released

D. Richard Hipp has just released SQLite v3.8.2. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.8.2 Released

SQLite v3.8.0 Released

D. Richard Hipp has just released SQLite v3.8.0. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.8.0 Released

SQLite v3.7.17 Released

D. Richard Hipp has just released SQLite v3.7.17. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.7.17 Released

Exits and WMQ installed in a non-default location

I have been testing Capitalware products (various exits) on different platforms with WebSphere MQ v7.1 & v7.5 and life was going along very well. I had a customer (who uses our security exit) just contacted me saying that they have a Linux server with 3 different releases of MQ installed (v7.0.1.9, v7.1.0.0 and v7.5.0.1) where […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Linux, MQ Auditor, MQ Authenticate User Security Exit, MQ Enterprise Security Suite, MQ Standard Security Exit, Programming, Security, Unix, Windows Comments Off on Exits and WMQ installed in a non-default location

Capitalware’s MQ Technical Conference v2.0.1.3

Capitalware would like to announce a new 3-day MQ Technical Conference v2.0.1.3 (MQTC). MQTC is an event that will educate attendees on current practices, methodologies, administration, problem determination, security best practices and technology trends for IBM’s WebSphere MQ. MQTC will offer over 40 sessions that are designed to enhance the skills of IT professionals who […]

Also posted in Capitalware, Education, IBM i (OS/400), IBM MQ, Java, JMS, Linux, macOS (Mac OS X), Mobile, MQ Technical Conference, Programming, Unix, Windows, z/OS Comments Off on Capitalware’s MQ Technical Conference v2.0.1.3

Multi-threaded version of amqscnxc

Tim Zielke has updated amqscnxc to support multi-threaded on Linux. You can find the updated version of amqscnxc here: https://www.capitalware.com/mq_code_c.html Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM MQ, Linux, Programming 1 Comment

SQLite v3.7.16 Released

D. Richard Hipp has just released SQLite v3.7.16. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Programming, Unix, Windows Comments Off on SQLite v3.7.16 Released

dlsym and dlerror Weirdness on Solaris

Lately, I have been complaining about Microsoft’s Visual C++, so I figured I better write about some recent Solaris weirdness. A customer installed MQAUSX on Solaris v10 that has WebSphere MQ v7.0.1.9 installed. They configured MQAUSX to authenticate the incoming MQ client connections against a remote LDAP server. Everything was working perfectly fine. Here’s what […]

Also posted in Capitalware, IBM MQ, MQ Authenticate User Security Exit, Programming, Unix Comments Off on dlsym and dlerror Weirdness on Solaris

Again MS Visual C++ 2010 bites me in the …

I really hate MS Visual C++ 2010. I have had so many problems since I installed it a couple of weeks ago that it is driving me crazy. I have an MQ API Exit built for Windows 64-bit (via a script) with /Release /x64. And in the makefile I use the parameter /LD for the […]

Also posted in Capitalware, IBM MQ, Programming, Windows Comments Off on Again MS Visual C++ 2010 bites me in the …