- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page