Hi Rob >> I'm wondering if Winamp has some way to ignore the exceptions caused >> by >> buggy plugins. >Maybe. It could be as simple as this: >try > CallDLL; >except >end;
I don't think it's quite as simple as that. The problem is not occuring when my app is calling a function in the DLL, it must be occuring when the DLL is attempting to call a function in my app. My app can be sitting there basically idle, and the DLL is calling functions in it. And obviously one or more of them is unassigned. Is there any way to ignore errors in this situation? Regards, Ross. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

