Calling a fortran subroutine from Visual C++



I have a C++ program written and compiled on Solaris 8 with gcc. With gcc
lets me compile fortran code along with the C++ program to be able to call
the fortran code as a subroutine. The specifications for this project have
changed and I am porting the C++ code to Visual C++. Is there a way to call
fortran code from a C++ program compiled with Visual C++?
.



Relevant Pages

  • Re: Fortran Compling problem
    ... >> I got a Fortran code called APEX1310.f and two codes called ... or write your own GETDAT and GETTIM wrapper functions. ... subroutine GetDat ...
    (comp.lang.fortran)
  • Re: computing Bernoulli numbers
    ... Fortran code for evaluating a sequence of Bernoulli numbers and other special functions: ... -| subroutine bernoulli_series ... -|whether an extra term should be added or not is ...
    (comp.lang.fortran)
  • Re: matlab mex file (fortran)
    ... > I send you my hypothetical fortran code too. ... Program Celsius Table: Prints simple Fahrenheit-Celsius table ... >>Subroutine mexFunction(nlhs, plhs, nrhs, prhs) ...
    (comp.soft-sys.matlab)
  • Re: Recompilation of mex-files fails
    ... I used 'function' as the fortran code to be called is a ... changing 'function' to 'subroutine' avoids this warning. ... C The gateway routine ... subroutine mexFunction(nlhs, plhs, nrhs, prhs) ...
    (comp.soft-sys.matlab)
  • Re: Baffling .NET Threading issue.
    ... Start as the last instruction in a subroutine, but if you have a long ... unyielding process after the Start statement your new thread may ... Prev by Date: ...
    (microsoft.public.dotnet.general)