What is this option "tools-exception...".
I have noted that with my d3, i cant run and debug big apps.I have to compiled it, close delphi, run the exe, see the debug then, cose the app, reload delphi, change the wrong code, etc...
When running apps in the Delphi IDE this option controls whether all Exceptions stop and display a dialog box, or only untrapped exceptions. The latter being normal behavour when the app is compiled and run outside of the IDE.
I'd solve this,
i dont see the option, : Tools- Exception... in my Delphi 3 Client-server version even not in my Delphi 2 version...
Hummm, yes, congratulation, and how... :-/
On my pc, i dont have find any more exceptions, it is only with your new release that i get this "Handle is not valid" messages...
But perhaps on your pc, you get also those "invalid handle" messages with your old header...
Nope, sorry. Negative answer for both headers, new and old.
fChannel := BASS_StreamCreateFile()if fChannel = 0 then fChannel := BASS_WMA_StreamCreateFile()if fChannel = 0 then fChannel := BASS_MusicLoad()
Humm, are you token about MixK or your header on your pc ( the relase on the net is with your old release just before you have changed bassdllload into loadbassdll)?
It is exactly what i use in my app ("fChannel" is "Str").What have i to change and how can you see the source ?
Fred, in all honesty, until you are able to debug your app all discussions about headers
i can debug my apps, i compile it with the integrated debuging option, and i run the app with the exe then i get my errors.
str := BASS_StreamCreateFile(); if str = 0 then BASS_WMA_StreamCreateFile(); if str =0 then BASS_MusicLoad();