Displaying 2 results from an estimated 2 matches for "_rf_initembeddedr".
Did you mean:
rf_initembeddedr
2005 Sep 22
1
Rf_initEmbeddedR in Windows
...Now I try to port it to Windows. Give the fact that
Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in
Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the
following linking error
error LNK2019: unresolved external symbol __imp__putenv referenced in
function _Rf_initEmbeddedR
error LNK2019: unresolved external symbol __imp__UserBreak referenced in
function _my_onintr
error LNK2019: unresolved external symbol _getDLLVersion referenced in
function _Rf_initEmbeddedR
error LNK2019: unresolved external symbol _R_DefParams referenced in
function _Rf_initEmbeddedR
error LNK201...
2002 Apr 17
1
Problems embedding R in a C application
...de\R_ext\RS.h
the line (37):
#define ERROR ),error(R_problem_buf);}
causes this problem :
warning C4005: 'ERROR' : macro redefinition
d:\visualstudio\vc98\include\wingdi.h(93) : see previous definition
of 'ERROR'
2. Unresolved external:
unresolved external symbol _Rf_initEmbeddedR
This function is not defined anywhere. Does anyone know how I can init a
"session" of R in "embedded" mode (i.e. no direct writing to the console
etc) ?
Any help is very welcome
Many thanks in advance
_________________________________________________________________
J...