Hi, Somebody was kind enough to help me with R and have sent a shared library. When i try to load it with dyn.load i get the following error: LoadLibrary failure: %1 is not a valid Win32 application. Now the library was done on a Linux machine and i am working on a Windows machine. How can i translate the library from Linux to Windows? Thank you for your help, Monica
shared library load - failure
2 messages · Monica Palaseanu-Lovejoy, Uwe Ligges
Monica Palaseanu-Lovejoy wrote:
Hi, Somebody was kind enough to help me with R and have sent a shared library. When i try to load it with dyn.load i get the following error: LoadLibrary failure: %1 is not a valid Win32 application. Now the library was done on a Linux machine and i am working on a Windows machine. How can i translate the library from Linux to Windows? Thank you for your help, Monica
You cannot. You have to recompile from sources. Uwe Ligges