search for: rparsestatus

Displaying 2 results from an estimated 2 matches for "rparsestatus".

Did you mean: parsestatus
2006 Nov 27
1
R.DLL mapping by P/Invoke
...ion.Cdecl,*/ CharSet = CharSet.Ansi)] static extern void Rf_unprotect_ptr(IntPtr ptr); //- R Parser/Eval [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_ParseVector(IntPtr str, int x, out RParseStatus result); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_tryEval(IntPtr exp, IntPtr env, out int evalError); //- R Symbols [DllImport("R.DLL", /*CallingConvention = Call...
2007 Oct 17
0
Using R.dll in .NET IPC
...ion.Cdecl,*/ CharSet = CharSet.Ansi)] static extern void Rf_unprotect_ptr(IntPtr ptr); //- R Parser/Eval [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_ParseVector(IntPtr str, int x, out RParseStatus result); [DllImport("R.DLL", /*CallingConvention = CallingConvention.Cdecl,*/ CharSet = CharSet.Ansi)] static extern IntPtr R_tryEval(IntPtr exp, IntPtr env, out int evalError); //- R Symbols [DllImport("R.DLL", /*CallingConvention = Call...