SigmaSciences / opaR

Port of R.NET to Embarcadero Delphi
20 stars 11 forks source link

Excute some Case in win64 app cause error "Invalid floating point operation" #7

Open crystalxp opened 7 years ago

crystalxp commented 7 years ago

compile as win64 app when excute : data(iris); plot(iris);

cause error "Invalid floating point operation" in result := FTryEval(h1, h2, errorOccurred);

win32 app not affected.

and this case runs well also in rgui64.... R version:

R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit)