[1]ZHOU Zhenhong,SONG Yuwei,GUO Hengliang,et al.Visual Fortran is based on Win32 DLL’s hybrid programming technology[J].Journal of Zhengzhou University (Engineering Science),2003,24(03):10-13.[doi:10.3969/j.issn.1671-6833.2003.03.003]
Copy
Journal of Zhengzhou University (Engineering Science)[ISSN
1671-6833/CN
41-1339/T] Volume:
24
Number of periods:
2003年03期
Page number:
10-13
Column:
Public date:
1900-01-01
- Title:
-
Visual Fortran is based on Win32 DLL’s hybrid programming technology
- Author(s):
-
ZHOU Zhenhong; SONG Yuwei; GUO Hengliang; etc
-
-
- Keywords:
-
- CLC:
-
-
- DOI:
-
10.3969/j.issn.1671-6833.2003.03.003
- Abstract:
-
Visual Fortran’s hybrid programming with Visual C++, Visual Basic, and Delphi can integrate the mathematical models compiled by Fortran into various decision-assisted integrated information systems. Its hybrid programming implementation is achieved by: in Visual Fortran, the various processes that perform calculations are integrated with Win32 DLLs; Import DLLs in other object-based languages and implement calls to procedures output by Fortran DLLs. The key to implementation is to make the external procedure prototypes declared in Visual C++, Visual Basic, Delphi programs, and the guides in Fortran DLLs, provided that the calling conventions match