> 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.




                                          
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to