Ross Levis wrote: > What is interesting is that the error doesn't occur when the plugin is > used in Winamp. So Winamp must be able to somehow ignore the error, > which is probably why the plugin developers do not realize there is a > bug their DLLs, and why I'm having so many problems!
Since what you're getting are floating-point errors, it may be that the DLL expects floating-point exceptions to be disabled. You can do that by setting the FPU control word. I don't know how to do that, offhand, so see whether any messages at the link below show you how to disable FPU exceptions. http://groups.google.com/groups?q=FPU+control+word+exception+group%3A*delphi* -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

