Dear Dr. Sanders,
I'm writing to inquire how to solve problems regarding HilbertVisGUI. I've installed gtkmm on my computer, but still have the following errors:
> library(HilbertVisGUI)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/zhou23.TC/Documents/R/win-library/3.3/HilbertVisGUI/libs/x64/HilbertVisGUI.dll':
LoadLibrary failure: %1 is not a valid Win32 application.
| The package's DLL could not be loaded. Most likely this is
| because you do not have 'gtkmm' installed on your system,
| which is required by the package.
| To install gtkmm, simply download the automatic installer found
| at the following URL:
| http://ftp.gnome.org/pub/gnome/binaries/win32/gtkmm/2.14/gtkmm-win32-runtime-2.14.1-2.exe
| Simply start the installer, accept all the default settings,
| then restart R and try again to load this package.
| If you continue to have problems, please let me
| (sanders@fs.tum.de) know.
Error : .onLoad failed in loadNamespace() for 'HilbertVisGUI', details:
call: failedToLoadDLL()
error: Cannot load DLL. Please read the help text above.
Error: package or namespace load failed for ‘HilbertVisGUI’
So, may I inquire how to solve this problem? Thanks very much.
Best,
Xiaoliang
Judging from the path, your HlbertVisGUI DLL might be a 64 bit version (the path contains "x64") but it expects a 32 bit version. Maybe try installing the 64-bit version of gtkmm. See here: http://ftp.gnome.org/pub/GNOME/binaries/
Also, which R do you have? (Always incluse the output of sessionInfo() on this forum.)