Guest_imported
New member
- Jan 1, 1970
- 0
I am a Fotran programmer who recently started using Compaq Visual Fortran and Visual Basic. I've been given a massive old Fortran program chocked full of subroutines and the assignment of creating a VB GUI to call that program and display the results.
I began by converting the Fortran code to use an input file that I envisioned would be written out by the GUI, but that got extremely complicated because the original code is made up of subroutines that call other subroutines that call yet more subroutines to actually read in the data. So, I'd like to learn how VF code can be converted to dll's and how those dll's can be accessed from a VB GUI. I'm hoping that this method will be easier in the long run than completely reorganizing the original code.
If anyone has any suggestions or tips on how I can accomplish this task this quickly, I'd really appreciate it. I can be reached at dmbluchard [at] go.com.
Thanks,
Dave
I began by converting the Fortran code to use an input file that I envisioned would be written out by the GUI, but that got extremely complicated because the original code is made up of subroutines that call other subroutines that call yet more subroutines to actually read in the data. So, I'd like to learn how VF code can be converted to dll's and how those dll's can be accessed from a VB GUI. I'm hoping that this method will be easier in the long run than completely reorganizing the original code.
If anyone has any suggestions or tips on how I can accomplish this task this quickly, I'd really appreciate it. I can be reached at dmbluchard [at] go.com.
Thanks,
Dave