Previous Version?

Started by ZimondR,

ZimondR

Is there a place where to get previous versions of Bass?
I currently have 1.6 but it causes an error message when closing app on win2k. 1.4 does not

I know cause i exchanged the dll's (but i don't have the source of 1.4 anymore)

and in fact i do not use anything which is new since 1.4 so...

Zimond



Chris

#2
Do you use Delphi , VB Or C++ ?
How do you close your App ?
Do you declare at the OnFormClose Procedure Free The Bass.dll??
example in Delphi....


procedure TFormPlayer.FormClose(Sender: TObject; var Action: TCloseAction);
begin
  Bass_Free;
end;

I think we need a little bit more Info to help you....

CHRIS