My company has a home-grown Fortran program build on Unix AIX 5.3. Is it at all possible to call a windows or web application from Fortran and pass values to a windows GUI? The only logic that needs to take place in the windows/web app is to pass
the result back to the Fortran code which will then manipulate the data and pass it back or call another Fortran program to perform some action. What I'm looking for is really a way to pass-thru without data binding. There is no database other
than an old ISAM database that the Fortran code controls. What we currently use is a product called WinFast which you can see atwww.gowinfast.com. It is very limited so I was hoping there was a way to use Visual Studio to do something similar. Anyone have any feedback on this option?
↧