Included in your Visual Fortran kit is an 'authorization code', which you redeem for a license key at a Compaq web site, by fax or by telephone. The license key is a text file that is placed in the license server directory, then the license manager is started. Individual users install Visual Fortran as normal. Compaq Visual Fortran Software DISLIN for Compaq Visual Fortran v.9.3 DISLIN is a high-level library of subroutines and functions that display data graphically.

Using Visual Fortran 6 Using Visual Fortran 6.6 Compaq has donated a license for Compaq Visual Fortran 6.6 to the physics department. For use in the physics department, the compiler has been installed on the PHYSICS server. It can be used in the Physics Library as well as Olin 221 and 224 labs.

The Department of Information Technology has also installed it on the computers in the main Olin lab • Log into the PHYSICS Server on one of the department's Windows 2000 machines. • Click on the Visual Fortran icon located in the 'Applications' folder. The Microsoft Visual Studio development environment will then launch. This is a single environment in which you may edit, compile, debug and execute your Fortran programs. • To launch the HTMLHelp Viewer, click on the 'Online Documentation' icon in the Visual Fortran Programs folder under the Windows Start menu. • By default, a file name ending in.FOR will be treated as a FORTRAN 77 program using fixed format for the source code (statements starting in column 7.) • By default, a file name ending in.F90 will be treated as a Fortran 90 program using free format for the source code.

Overview of Building Projects The Microsoft® Visual Studio development environment (also called Developer Studio) organizes development into projects. A project consists of the source files required for your application, along with the specifications for building the project. The build process involves defining your project, setting options for it, and building the program or library. Each project can specify one or more configurations to build from its source files.

A configuration specifies such things as the type of application to build, the platform on which it is to run, and the tool settings to use when building. Having multiple configurations lets you extend the scope of a project but still maintain a consistent source code base from which to work. When you create a new project, the Microsoft visual development environment automatically creates Debug and Release configurations for you. The default configuration is the Debug configuration. To specify the current configuration, select Set Active Configuration from the Build menu.

Projects are contained in a workspace. When you create a new project, you indicate whether the project is created in a new workspace or an existing workspace. Serial number lookup iphone. To open an existing project, you open its workspace.

A workspace can contain multiple projects. Once you open a workspace, the development environment displays a FileView pane, which displays the files contained in the project, and lets you examine visually the relationships among the files in your project.

Modules, include files, or special libraries your program uses are automatically listed as dependencies. The output window displays information produced by the compiler, linker, Find in Files utility, and the profiler. You can specify build options in the Project menu Settings dialog box, for one of the following: • The entire project • For certain configurations • For certain files For example, you can specify certain kinds of compiler optimizations for your project in general, but turn them off for certain configurations or certain files. You can also specify additional libraries to be used at link time (e.g.

) to add previously compiled subroutines to your program, Once you have specified the files in your project, the configurations that your project is to build, and the tool settings for those configurations, you can build the project with the commands on the Build menu. Types of Projects When you create the project, you must choose a project type. You need to create a project for each binary executable file to be created. For example, the main Fortran program and a Fortran dynamic-link library (DLL) would each reside in the same workspace as separate projects. The project type specifies what to generate and determines some of the options that the visual development environment sets by default for the project. It determines, for instance, the options that the compiler uses to compile the source files, the static libraries that the linker uses to build the project, the default locations for output files, defined constants, and so on.