On 19/01/2012 1:42 PM, Adrian Dragulescu wrote:
It doesn't work even if I set it with \\. My path has a mixture of \\ and
/ and other entries work fine.
if (file.exists("C:/Temp/XML.dll")) {
Sys.setenv(path = paste("C:\\Temp;C:/Temp;", Sys.getenv("path"), sep=""))
dyn.load("XML.dll")
It doesn't work even if I set it with \\. My path has a mixture of \\ and
/ and other entries work fine.
if (file.exists("C:/Temp/XML.dll")) {
Sys.setenv(path = paste("C:\\Temp;C:/Temp;", Sys.getenv("path"), sep=""))
dyn.load("XML.dll") # doesn't find it!
}
Error in inDL(x, as.logical(l
On 19/01/2012 11:19 AM, Adrian Dragulescu wrote:
Hello,
I'm on Windows, and according to the documentation R searches along the
search path when looking for dll's for dyn.load.
For illustration, I've copied the XML.dll from package XML in the C:/Temp
folder
if (file.exists("C:/Temp/XML.dll
Hello,
I'm on Windows, and according to the documentation R searches along the
search path when looking for dll's for dyn.load.
For illustration, I've copied the XML.dll from package XML in the C:/Temp
folder
if (file.exists("C:/Temp/XML.dll")) {
Sys.setenv(path = paste("C:/Temp;", S
4 matches
Mail list logo