Files
package-zearch-temp/UOS/readme_examples.txt
Indrajith K L 6a1d80d3b8 Implements Module Player working in Form
* Implements Embedding .xm music in Final Application
2025-06-02 15:15:16 +05:30

26 lines
633 B
Plaintext

All examples are using uos_flat.
uos_flat is a over-layer for uos that takes care about class declarations.
You do not have to declare anything in your main application.
All methods have a "universal procedurial" syntax.
If you prefer to use uos directly, SimplePlayer_noflat shows how to do.
This way all methods can be used as oop. (java flavour).
Warning: to play Opus files, you should:
For Windows:
copy /uos/examples/lib/Windows/32bit/libopus-0.dll
and paste into your windows/system directory.
For Linux/FreeBSD:
copy /uos/examples/lib/Linux-or-FreeBSD/64it/libopus.so
and paste into /usr/local/lib directory
Fre;D