View previous topic :: View next topic |
Author |
Message |
sean_aussie
Joined: 28 Jan 2009 Posts: 1 Location: Australia
|
Posted: Mon Feb 02, 2009 4:11 am Post subject: Numerical Libraries |
|
|
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! |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Mon Feb 02, 2009 3:41 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
|