Skip to content

shared library load - failure

2 messages · Monica Palaseanu-Lovejoy, Uwe Ligges

#
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
#
Monica Palaseanu-Lovejoy wrote:

            
You cannot. You have to recompile from sources.

Uwe Ligges