Displaying 1 result from an estimated 1 matches for "m_proxymodul".
Did you mean:
m_proxymodule
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...-Proxy.h, Defn.h, Rinternals.h etc.. are to be included in the path
- see StatConnector.cpp in the (D)COM server example)
#include "windows.h"
#include "stdio.h"
#include "SC_Proxy.h"
#define RDLL "Rproxy.dll"
struct _SC_Proxy_Object* m_ProxyObject;
HMODULE m_ProxyModule;
#define SERVER_MAJOR_VERSION "1"
#define SERVER_MINOR_VERSION "2"
#define SCN_IERR_INTERFACENOTFOUND 0x81000000
#define SCN_IERR_LIBRARYNOTFOUND 0x81000001
#define SCN_IERR_INVALIDLIBRARY 0x81000002
#define SCN_IERR_INITIALIZATIONFAILED 0x81000003
#de...