Dynamically Linked Libraries _DLLs_
Document Sample


Dynamically Linked Libraries (DLLs) 1. Subroutine PLOT: Plot.for 2. Command line: slink -dll -exportall -file:plot.dll plot.obj 3. Batch file: mkDLL.bat 4. Test program: Simple2.for 5. Command line: ftn77 simple2.for /link /library plot.dll 6. Batch file: mkSimple.bat 7. Project: plot.ftn95p
Get documents about "