I have built a Win32 application using a FORTRAN library. When I try to run it on a 32 bit O/S, it wants to use libifcoremdd.dll and libmmd.dll from the \Intel64 folder which obviously doesnt work. If I copy the above DLLS from the IA-32 folder to my application folder the application works OK but surely I should not need to do this.
I have checked all the Fortran paths for a Win32 build and they all point to files in the IA-32 folder so I don't understand why the application is trying to load x64 versions of the dlls.
can anyone help please?