Group: it.comp.lang.delphi · Group Profile · Search for E chan in it.comp.lang.delphi
Author: ladius
Date: Apr 18, 2008 00:49
... qualcuno usa questa libreria in delphi e sa come si puo' fare per ...Can''t initialize device'); //creazione HSTREAM chan := BASS_StreamCreateFile(FALSE, pChar(filename), 0, 0,BASS_SAMPLE_LOOP ); if chan = 0 then begin chan := BASS_MusicLoad(False, pchar(filename),...or BASS_MUSIC_POSRESET or BASS_MUSIC_PRESCAN, 0); if (chan = 0) then begin msg:=('File non...
|