Difference between revisions of "Projects using Free Pascal - Libraries"

From Lazarus wiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
== COMTAY ==
 
== COMTAY ==
  
[https://opensimply.org/comtay Project homepage] COMTAY is a shared library for creating asymmetric stackful coroutines and co-methods.
+
* '''COMTAY''' is a shared library that implements the management of adjustable stackful asymmetric coroutines.
It is applicable to both procedural and class-based programming to implement cooperative multitasking.
+
* It is applicable to both procedural and class-based programming to implement cooperative multitasking.
 
+
**
COMTAY currently supports the calling conventions of Free Pascal, Delphi, MS Visual C++, and GNU C++.  
+
** COMTAY currently supports the calling conventions of Free Pascal, Delphi, MS Visual C++, and GNU C++.  
It runs on 32- and 64-bit platforms on Windows and Linux.
+
** It runs on 32- and 64-bit platforms on Windows and Linux.
 +
----
 +
'''[https://opensimply.org/comtay COMTAY homepage]'''
  
 
== uoslib audio library ==
 
== uoslib audio library ==

Latest revision as of 17:57, 27 February 2024

English (en)

COMTAY

  • COMTAY is a shared library that implements the management of adjustable stackful asymmetric coroutines.
  • It is applicable to both procedural and class-based programming to implement cooperative multitasking.
    • COMTAY currently supports the calling conventions of Free Pascal, Delphi, MS Visual C++, and GNU C++.
    • It runs on 32- and 64-bit platforms on Windows and Linux.

COMTAY homepage

uoslib audio library

uoslib is the library version of uos: United OpenLib of Sound.

uoslib is a native Java or/and system library for various OS, including Unix and Windows.

Compatible for applications written in C, Java, Python, ...