14 projects tagged "qore"
The Qore "tibae" module provides TIBCO Adapter support; it allows Qore programs to send and receive messages to and from TIBCO Adapters (or implement a TIBCO Adapter in qore) based on an external repository. This module provides the TibcoAdapter class and associated constants and helper functions. Note that in order to build and use this module you must have a licensed version of the TIBCO SDK from TIBCO, Inc (i.e. it depends on non-free software).
The Qore "tibrv" module provides direct TIBCO Rendezvous support, allowing Qore programs to send and receive Rendezvous messages directly. Note that to use this software, you must have a licensed version of TIBCO Rendezvous from TIBCO, Inc (so this module depends on non-free software).
Qore Qt4 module allows GUIs to be implemented in the Qore programming language. This module is based on libsmoke and provides access to the entire Qt4 API exported by libsmoke. The module supports hard typing, function and method overloading, and all Qt4 enums and constants to provide relatively direct access to the native Qt4 API in the Qore language. A uic-qore program is included so that Qt4 designer is usable for making GUI prototypes as well.