PDA

View Full Version : exporting symbols from Fortran DLL created by LF95


gentelam
07-07-2004, 10:18 PM
Hi,

Is there any other way of exporting symbols (subroutine names, function names, and/or common blocks, etc) other than using dll_export in source file. Basically what I want if we can export any symbol from compile command or link command?

In CVF there is a compilation command -export:<file name> write all the symbols in this file. Is there any similar way in LF95.

Thanks for your help.

Madhav.

tzeis
07-08-2004, 05:52 PM
Like CVF, Lf95 uses the Microsoft linker, so you should be able to issue a link command with a "-export" option to export symbols.