Instructions to compile MainWin with Absoft Pro 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 APF_MakeFiles.
2) Run batch file Make_APFMainWin.bat
Instructions for manually compailing and linking the program:
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 -s ..\f90VBGUIUtils.f90 ..\APFMainWin.f90 -o APFMainWin.exe -p "%f90VBAPFModDir%" "%f90VBAPFLibDir%\f90VBBstrings.lib" "%f90VBAPFLibDir%\f90VBSafeArrays.lib" "%f90VBAPFLibDir%\f90VBVariants.lib" "%f90VBAPFLibDir%\f90VBAutomation.lib" user32.lib
Instructions to compile MainWin with Compaq Visual Fortran