search for: __imp__putenv

Displaying 1 result from an estimated 1 matches for "__imp__putenv".

2005 Sep 22
1
Rf_initEmbeddedR in Windows
...rt R and then calls some R functions. 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 i...