Silverfrost Forums

Welcome to our forums

Numerical Libraries

2 Feb 2009 3:11 #4269

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!

2 Feb 2009 2:41 #4274

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.

Please login to reply.