Loadin the Bass Dll

Started by Crack-Hat,

Crack-Hat

i use Delphi

when i start my app and have BASS in the uses clause and it cant find the bass.dll anywhere
i get a error and the app terminates
i want my app to start and show the error instead

Olego

Hi,

For me, I make sure to put the latest version of BASS into C:\Windows\System if it's ME and C:\winnt\System32 if it's NT 5.x.  Then the program finds the DLL...  Just a suggestion, though...

Do the sample programs work?  Have you included Bass.pas into your project?

~Olego~

Crack-Hat

no the sample programs doesnt execute if they cant find the bass dll and the OS (winxp) has to handle the error

so how do i execute my program as normal even if it cant find a bass.dll anywhere on the system

Irrational86

You'd have to do it how the Delphi sample "Dynamic" does it..

Crack-Hat

Yes that works great Thanks XMinioNX