search for: sg_hmodr

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

2006 Nov 27
1
R.DLL mapping by P/Invoke
...(string lpFileName); [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = true)] public static extern IntPtr GetProcAddress(IntPtr hModule, string procName); #endregion static string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR; static IntPtr sg_hModRProxy; static StringBuilder sg_ConsoleOutput; static IntPtr sg_rDll_R_GlobalEnvPtr, sg_rDll_R_UserBreakPtr; static IntPtr sg_rDll_R_UnboundValue; static GCHandle[] sg_lockDelegates; static RWrapper() { try...
2007 Oct 17
0
Using R.dll in .NET IPC
...(string lpFileName); [DllImport("kernel32.dll", CharSet = CharSet.Ansi, ExactSpelling = true)] public static extern IntPtr GetProcAddress(IntPtr hModule, string procName); #endregion static string sg_dllVersion,sg_RHome,sg_RUsersHome; static IntPtr sg_hModR; static IntPtr sg_hModRProxy; static StringBuilder sg_ConsoleOutput; static IntPtr sg_rDll_R_GlobalEnvPtr, sg_rDll_R_UserBreakPtr; static IntPtr sg_rDll_R_UnboundValue; static GCHandle[] sg_lockDelegates; static RWrapper() { try...