Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lauale

    calling a c dll function

    hello, i want to use a function from a dll program. Here is my code: character :: infile,outfile interface subroutine dllFunction(infile, outfile) bind(C, name="main") use iso_c_binding, only: C_CHAR, C_NULL_CHAR character(1,c_char) :: infile character(1,c_char) ...
  2. lauale

    Does Fortran have the ability to run another process?

    Hello everybody, We have a Fortran program that we want upgrade using a opensource program which is write in c. The c program is a command line tool and is in the public domain. To computes the program, the usage is: ProgramName <inputfile> <outputfile> My question is if I can run it from my...
  3. lauale

    Error #6406 Conflicting attributes or multiple declaration of name

    I have to modify an old Fortran code. I should move some code to a subroutine. This old code use lot of variables (most of them declared through common blocks in different include files). The subroutine that I create includes some of these include files as follows: subroutine...

Part and Inventory Search

Back
Top