Jump to content

Cubus OS/2 Class Library: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 6: Line 6:
* [[IBM C Set++ for OS/2]] 2.1
* [[IBM C Set++ for OS/2]] 2.1
* [[IBM VisualAge C++]] 3.0
* [[IBM VisualAge C++]] 3.0
* [[Borland C++]] 2.0
* [[Borland C++ for OS/2]] 2.0
* [[Watcom C++]] 10.x
* [[Watcom C/C++]] 10.x
* [[MetaWare High C/C++]] 3.3x
* [[MetaWare High C/C++]] 3.3x
* [[The EMX Project|GCC 2.7.x]]/EMX 0.9b
* GCC 2.7.x/EMX 0.9b


See also:
See also:

Revision as of 12:04, 11 November 2019

Cubus OCL is an open source C++ Class Library for OS/2 that encapsulates PM and VIO APIs, it also includes classes for strings, semaphores, threads, multimedia, TCP/IP, OS2MEMU, the undocumented DosQProcStatus and DosQuerySysState APIs, and much much more.

The full source to the library is shipped, as well as sample programs and binaries. However, some of the samples were not updated in the latest release (v1.50) and will not compile without minor modifications to include the proper header (*.hpp) files, see: Cubus C++ OCL v1.50 Samples Hack.

The Cubus OCL is known to work with the following compilers/toolkits:

See also:

Licence

Links

Download