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?
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?
链接已复制
1 回复
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.
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.
