Displaying 2 results from an estimated 2 matches for "sg_lockdeleg".
2006 Nov 27
1
R.DLL mapping by P/Invoke
...g 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 {
//- Get the active DLL path from the registry
string dllPath = Convert.ToString(
Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath")...
2007 Oct 17
0
Using R.dll in .NET IPC
...g 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 {
//- Get the active DLL path from the registry
string dllPath = Convert.ToString(
Registry.LocalMachine.OpenSubKey("Software\\R-core\\R", false).GetValue("InstallPath")...