Archive for the Category: C

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, Mac OS X, Open Source, Programming, Unix, Windows Leave a comment

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), Linux, MQ, Programming, Security, Unix, Windows Leave a comment

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), Java, JMS, Linux, Mac OS X, Mobile, MQ, MQ Technical Conference, Programming, Unix, Windows, z/OS Leave a comment

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: http://www.capitalware.biz/mq_code_c.html Regards, Roger Lacroix Capitalware Inc.

Also posted in Linux, MQ, 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, Mac OS X, Open Source, Programming, Unix, Windows Comments Off

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, MQ, Programming, Unix Comments Off

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. setlocal CALL "D:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /Release /x64 nmake -f makefile.vc64.nt %1 [...]

Also posted in Capitalware, MQ, Programming, Windows Comments Off

Updated MMX and MRTR Load-Modules for z/OS

Yesterday afternoon while doing some z/OS MQ testing, I discovered that both Message Multiplexer (MMX) and Message Router (MRTR) had been linked with the wrong MQ stub. Oy vey!! I relinked both MMX and MRTR with the correct MQ stub (CSQBSTUB) then posted the both download archives to Capitalware’s web site. Note: The source did [...]

Also posted in Capitalware, MQ, Open Source, Programming, z/OS Comments Off

3 Hours of Wasted Time That I’ll Never Get Back

I have some code for outputting a buffer as a HEX dump like this: 000000: 00000000 00000000 00000000 00000000 ……………. 000010: 00000000 00000000 00000000 00000000 ……………. 000020: 00000000 00000000 00000000 00000000 ……………. I have used this code for years on AIX, HP-UX, IBM i (OS/400), Linux, Solaris, Windows and z/OS without issue. I have compiled [...]

Also posted in Programming, Windows Comments Off

SQLite v3.7.15 Released

D. Richard Hipp has just released SQLite v3.7.15. 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, Mac OS X, Open Source, Programming, Unix, Windows Comments Off