Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Exporting a dll

nipshah
Beginner
369 Views
Hi,
I am very new to this. A co worker has a fortran program that he compiled it as a dll and then uses in Simulink. It works on his computer. When he gives it to me, it does not work on my computer.
Exact same version of Simulink. I do not have Intel Fortran (11.1). What do we need to do to make it work?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
369 Views
You don't say how it "does not work", but I'll assume that you are seeing an error about missing DLLs.

You need some run-time DLLs on your system. The first thing to do is install the Intel Fortran redistributables - you can get them here. Install the newest set - it will work with a 11.1 DLL.

If you now get errors about missing MSVCRxx.DLL, then you'll need one of the Microsoft redistributable packages, selected by the Visual Studio version used to build the DLL. You can find links to these in this PDF document.
0 Kudos
Reply