Displaying 1 result from an estimated 1 matches for "errormodulename".
2009 Sep 18
1
Package crashes R under Windows Vista
...indows binary of "xps".
In summary, on WinXP package xps must be compiled with option "/MT" to
be used with R.
In contrast, on Vista library(xps) does not work when compiled with
either option:
- for option "/MT" library(xps) can be loaded but crashes R with
"Errormodulename: "ntdll.dll"
- for option "/MD" library(xps) cannot be loaded, since the ROOT library
"libCore.dll" cannot be loaded ("Errormodulename: "libCore.dll_unloaded")
It is important to note that on both WinXP AND Vista library "xps.dll"
compiled w...