Hi Everyone, I am trying to work with a routine that is from the IMSL called BSVLS. I have the file as a .dll file. I have been trying to call the routine using the dyn.load function. I am working on a 32-bit windows 7 OS with 3 GB. For some reason i still keep getting the error message LoadLibrary %1 is not a valid Win32 application I looked at previous posting and they were all related to people trying to run dll files that was created under 64bit and not under 32bit. But I am running it on the correct settings. I have placed the .dll file in the BIN folder so R can find it. Any thoughts? ideas on how I should handle this? Thanks Sivan [[alternative HTML version deleted]]
Duncan Murdoch
2011-May-27 00:41 UTC
[R] error message %1 is not a valid Win32 application.
On 11-05-26 4:53 PM, sivan aldor wrote:> Hi Everyone, > I am trying to work with a routine that is from the IMSL called BSVLS. I > have the file as a .dll file. > I have been trying to call the routine using the dyn.load function. I am > working on a 32-bit windows 7 OS with 3 GB. For some reason i still keep > getting the error message > > LoadLibrary %1 is not a valid Win32 application > > I looked at previous posting and they were all related to people trying to > run dll files that was created under 64bit and not under 32bit. But I am > running it on the correct settings. > > I have placed the .dll file in the BIN folder so R can find it. > > Any thoughts? ideas on how I should handle this?Why don't you tell us what you did? Duncan Murdoch
Apparently Analagous Threads
- building phylogenetic trees
- "not a valid win32 application" with rtools40-x86_65.exe on Windows 10
- "not a valid win32 application" with rtools40-x86_65.exe on Windows 10
- LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
- R - Compiling and calling Fortran code that uses IMSL libraries - Help!