This chapter describes how to use the LF Fortran 95 compiler
to create various sorts of applications, and how to use the Visual Studio development
environment.
In this Section
- Developing with Visual Studio describes
how to use the Visual Studio development environment to create, build,
test and debug Fortran 95 applications.
- Command Line Development with LF95 covers
various topics including using LF95 on the command line, compiling and linking
source code, using the linker, library manager, and make utilities, as well as
using the command line debugger and other command line utilities.
- Mixed Language Programming describes various topics
concerning the creation of both statically linked, and dynamically linked
applications that call or are called by other language systems.
- Debugging with WinFDB describes how to use
the Fortran 95 graphical debugger, WinFDB.
- Code Analysis Tools describes tools
provided with LF Fortran that assists the programmer in code analysis
and tuning.
- Math and Graphics Libraries describes
various libraries provided with LF Fortran.
- Limits of Operation shows the various capacities
of the compiler.