Jump to content

Cubus OS/2 Class Library: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
Line 30: Line 30:
* [[Phil Crown]]
* [[Phil Crown]]


[[Category:C++]]
[[Category:C++ Class Libraries]]

Revision as of 01:07, 28 September 2016

Cubus 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:

Download

Links

Articles

Licence

Open source software released under the Three Clause BSD Licence

Authors