lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Heesob Park wrote:
I guess this problem is related with FPU exceptions.

Refer to http://www.axiworld.be/vst_vcl.html

Thanks for the link!

You may need to disable FPU exceptions with
Set8087CW($133f);

My app is a plugin (just one out of, say, 50 plugins running concurrently), so it seems to be not polite of it to do things that may affect behavior of the whole application.

--
Shmuel