Re: [fpc-pascal] SIGFPE with SameValue()

2012-05-10 Thread t . wieckowski
it seams that MaxFloat get MaxDouble (FPC_HAS_TYPE_DOUBLE is defined) but SameValue uses as Single when overload. Works with SameValue(double(a),double(b),double(0)). best regards Tomek ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://l

Re: [fpc-pascal] Catching math exceptions in a DLL

2012-05-16 Thread t . wieckowski
If I could just interject, How to build fpc with -dTEST_WIN64_SEH ? I've fpc/lazarus daily snapshoot, does -dTEST_WIN64_SEH in "project options"->"compiler options"->"other" will be enough for SEH support ? best regards tomek ___ fpc-pascal maillist -