02-14-2011 10:51 AM
I compiled some DLLs using Miscrosoft Visual Studio and Intel Fortran Composer. In my computer they run fine but when I try to run them on a different computer that doesn't have MVS and the Compiler I get this message:
Application Error
The application was unable to start correctly (0xc000007b). Click OK to close this application.
Is there a way to run these DLLs without having MVS and the compiler in the computer?
Felipe Lopez
Solved! Go to Solution.
02-14-2011 02:12 PM
At one time the runtime files required to be redistributed to support an application built with the intel fortran compiler were listed in the intel file "fredist.txt." You would have to determine which files from the list you needed to repackage with your specific application. Intel did not charge a license fee for redistibution with an application.
02-18-2011 03:00 PM
The newest Intel libraries have a folder called "redist" for redistrubutable. For the IPP, the library is at "C:\\Program Files (x86)\Intel\ComposerXE-2011\redist). My take is that they did this to avoid confusion about what one was allowed to redistribute.
Good Luck
02-21-2011 01:03 PM
I found the files I needed in C:\Program Files (x86)\Intel\ComposerXE-2011\redist\ia32\compiler. Thanks!