Click to See Complete Forum and Search --> : calling Fortran from a C++ .Net forms app


gfr1
April 28th, 2005, 08:42 AM
I am trying to build a C++ net forms application but I need to call some fortran routines. I've been able to do this using visual studio 6.0 but not with .net does anyone know where I can find some examples???

g_gili
May 3rd, 2005, 05:47 AM
What kein of fortran routines do you want to set, to create an aplication? Explain it more exactly!

gfr1
May 3rd, 2005, 07:08 AM
What I have is alot of fortran subroutines that now exist in the current fortran console applications. I want to build a GUI interface to supply the setup information to these routines. So I want to complie the fortran subroutines into a DLL and pass the setup information to them.