Hi Sages, I have some statistical code that I have used in before with Visual Fortan. In trying to compile it with silverfrost I found that the IMSL numerical libraries are not available 😦 . Is there a way to do this? Thanks!
Numerical Libraries
If the IMSL library is installed on your machine then you should be able to access it directly. If it is a Fortran library then it will use the STDCALL protocol and you will need to take account of this when using FTN95.
The simplest way to do this is to use /IMPORT_LIB <libname> on the FTN95 command line. If you are using Plato then you can create a project and then add a reference with the desired properties.