search for: wrapx

Displaying 1 result from an estimated 1 matches for "wrapx".

Did you mean: wrap
2006 Nov 21
1
dyn.load
...menting this but can't quite get how to remove this final hurdle. I have a DLL called "X.DLL" which I have no original code for, just the DLL. I have created a wrapper C file for the calls in X.DLL, and have successfully (I think) created a wrapper DLL for X called, lets say, WRAPX.DLL. On performing: > dyn.load("WRAPX.dll") in the Rgui terminal, I then received this warning: Warning message: DLL attempted to change FPU control word from 8001f to 9001f Getting rid of this error was part of the reason for writing WRAPX.DLL, as X.DLL seems to play about with...