I make a DLL(Regular dll)using a MKL and test it with Delphi interface.
The vsDiv function is used in the DLL.
When I made a test program using VC++, it worked.
but when I made a test program using Delphi, in the vsDiv, floating point division by zero error occured.
What I can't understand is the test program's formalityis same.
Test program using the VC++ is worked as normal and using the Delphi is not workd.
Could u give me a advice