contents   index   previous   next



Instructions to compile MainWin with Compaq Visual Fortran

 

 

Using the make files provided with the tutorial:

Note: these files are located under the main directory of the tutorial

 

1) Open a command window in subdirectory CVF_MakeFiles.

2) Run batch file Make_CVFMainWin.bat

 

Manually:

 

1) Open a command window in the directory where the source code is located

2) Issue the following compiler command (note this is a single line):

f90 ..\f90VBGUIUtils.f90 ..\CVFMainWin.f90 /exe:CVFMainWin.exe /module:"%f90VBDVFModDir%" "%f90VBDVFLibDir%\f90VBBstrings.lib" "%f90VBDVFLibDir%\f90VBSafeArrays.lib" "%f90VBDVFLibDir%\f90VBVariants.lib" "%f90VBDVFLibDir%\f90VBAutomation.lib" /winapp

 


Instructions to compile MainWin with Lahey Fortran 95