×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Thanks i read too fast ;-)
RPM <> RPG
Greetings
From: "John Yeung" <gallium.arsenide@xxxxxxxxx>
To: "RPG programming on IBM i" <rpg400-l@xxxxxxxxxxxxxxxxxx>
Date: 06.11.2019 15:43
Subject: Re: RPG ZeroMQ Samples and Capabilities
Sent by: "RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx>
On Wed, Nov 6, 2019 at 3:54 AM <Franz.Rauscher@xxxxxxxxxxx> wrote:
The Announcement said that the c-bindings will be available in RPG. So
no
PASE.
Where are you seeing mention of C bindings for RPG?
Here ist the part from the announcement
ZeroMQ
The ZeroMQ core engine in C++ (libzmq) has been delivered in RPM form.
That right there shows you that it *does* live in PASE. The library
itself is implemented in C++, and that library has been ported to
PASE, delivered by IBM as an RPM.
The full announcement you're referring to seems to be this:
<blockquote>
ZeroMQ
The ZeroMQ core engine in C++ (libzmq) has been delivered in RPM form.
ZeroMQ is an open source universal messaging library. It is an
important building block, as numerous applications rely on this
technology. For more information, see the ZeroMQ website.
The Python bindings (pyzmq) are also available, making the ZeroMQ
capabilities easily available to Python applications on IBM i. For
more information, see the PyZMQ Documentation site.
</blockquote>
That was retrieved from
https://www-01.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/9/897/ENUS219-489/index.html&lang=en&request_locale=en
So there are Python bindings, but nothing so far for RPG. As Bryan
said, you can still find ways to use it from RPG, but the most direct
way will be from PASE.
John Y.
As an Amazon Associate we earn from qualifying purchases.