Re: [Rd] R.DLL mapping by P/Invoke

2006-12-18 Thread box
Beileive me, this option was tested extensively. There is a lot of problem there : * There is no simple way to extract data frames as they are returned as vectors (there is no place for the attributes in a COM Variant) * The console is returned by using DCOM Event. This doesn't work

[Rd] R.DLL mapping by P/Invoke

2006-11-27 Thread box
After a long processing, I was able to create a version of a small C# class that was able to emulate the rproxy by P/Invoke. This is mostly to find a workaround a performance problem of the StatConnector. It's almost work but ... I have strange memory exception when I call the print function.