[fpc-pascal] fp universal library ?
Fred van Stappen
fiens at hotmail.com
Wed Feb 26 12:17:33 CET 2014
> GREAT !!!!
> Any documentation to make this usable ?
> -Michael
All the examples have lot of explanations. ;-)
There is also a wiki for uos : >> http://wiki.lazarus.freepascal.org/uos
The only things to change for uoslib are:
In uses section, add uoslib_h in place of uos.
And to load libraries :
For uos library :
uos_LoadLibs(uoslibFilename, PortAudioFileName, SndFileFileName, Mpg123FileName, SoundTouchFileName);
in place of (for uos unit) :
uos_LoadLib(PortAudioFileName, SndFileFileName, Mpg123FileName, SoundTouchFileName);
Thanks.
Fred.
PS : I will do a wiki for uoslib too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20140226/eaadb037/attachment.html>
More information about the fpc-pascal
mailing list