DELPHI & BASS_FX_TWO is Ready

Started by Chris, 15 Aug '03 - 15:28

Chris

Hi Delphianer

The Delphi MultiInstance Wrapper for the BASS_FX.dll is ready

Greets Chris

Chris

#1
All Errors are fixed

Greets Chris

hukka

I can't get it to work. In procedure LoadBassFXDLL, at line 713 it fires the error:

if Count > 0 then raise EBASSFX.Create('Load BASSFX error count = ' + inttostr(Count)+'    ');

The value of Count is always 30. After this I get access violations when trying to load/play audio or close the program.

I don't see anything wrong in my code, it's just like the example near the top of the header file. Even the simplest test program will fail like that.

Using Windows 2000 SP4 with Delphi 6.

Chris


Chris

#4
NEW Version is Online include a litte Demo
http://web11.essen108.server4free.de/delphi/BASS_FX_TWO.zip

or change this line from
ProcLoad(DWORD(@BASS_FX_GetVersion [hBass]),'BASS_FX_GetVersion')+

to


ProcLoad(DWORD(@BASS_FX_GetVersion     [SetInst(hBass)]),'BASS_FX_GetVersion')+


Please report any errors ...
Greets Chris

hukka

Thanks! Changed the header as you said and it works now.