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:> 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, > > MonicaYou cannot. You have to recompile from sources. Uwe Ligges