-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Aleksandr edited this page May 22, 2019
·
4 revisions
PhWidgets is a library for QNX 6.5.x microGUI that is working with QNX Photon library. It is written with C++03 and is in fact a wrapper around QNX microGUI system C-calls like PtSetResource
and so on.
The aim is to use power of C++ to create safe and logical interface to access and manipulate Photon microGUI widgets. If you are familiar with Visual Studio .NET controls or C++ Builder / Delphi GUI components systems then this library is exactly what you need.
You need QNX 6.5.x with qcc (qnx wrapper around GCC) or QNX SDK to build this library and QNX Photon Application Builder project to use it in. To build or install the library use README instructions.