home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------
- | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY |
- | ACCOMPANY THIS DOCUMENT (collectively referred to as an |
- | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY |
- | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO |
- | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A |
- | PARTICULAR PURPOSE. The user assumes the entire risk as to the |
- | accuracy and the use of this Application Note. This Application |
- | Note may be copied and distributed subject to the following |
- | conditions: 1) All text must be copied without modification and |
- | all pages must be included; 2) If software is included, all files |
- | on the disk(s) must be copied without modification (the DOS |
- | utility DISKCOPY is appropriate for this purpose); 3) All |
- | components of this Application Note must be distributed together; |
- | and 4) This Application Note may not be distributed for profit. |
- | |
- | Copyright 1991 Microsoft Corporation. All Rights Reserved. |
- | Microsoft and the Microsoft logo are registered trademarks of |
- | Microsoft Corporation. |
- --------------------------------------------------------------------
-
-
- Test Example for calling FORTRAN subroutines in DLLs from Visual Basic
-
-
- Make sure that the DLL is in your path. The way that this example is
- set up requires that the DLL be in your path since the path to the
- DLL is not specified in the VB Declare statements.
-
- All the FORTRAN routines are very simple and should be self-explanatory.
-
- This project was made with VB 3.0. You will need that version to use
- the VB components.
-
-
- The files included are:
-
- FORTVB FOR Source code for FORTRAN DLL
- FORTVB DEF DEF file for FORTRAN DLL
- FORTVB DLL FORTRAN DLL
- README DOC This file
- MAKEFILE Standard makefile for FORTRAN DLL
- FORTVB OBJ OBJ for FORTRAN DLL
- GLOBAL BAS Global file for Visual Basic application
- TEST FRM Project form for Visual Basic application
- TEST MAK Project makefile for Visual Basic application
-
- To build the project from the command line just type the command NMAKE.
-