Recent content by stupify

  1. S

    Fortran Fortran Call Troubleshooting: Passing Integers & Strings

    Thanks for your responses. I bumped it, after I noticed 6 views, with no responses. Thought I would rephrase the question. As uart explained, place value in temporary variable, and pass the address is what I have believed in the past. Code misbehaves occasionally, I am a bit mystified.
  2. S

    Fortran Fortran Call Troubleshooting: Passing Integers & Strings

    Thanks for responding. Some of the code is passing to C, other subroutines are passing to Fortran. I have not witnessed the problem with code passed to C. You are confirming what I believe, yet I have legacy Fortran code doing exactly as I have outlined. Further, I have legacy...
  3. S

    Fortran Fortran Call Troubleshooting: Passing Integers & Strings

    No responses, Let me ask the question, is the call statement legal? call foo(0,'Hello','World')
  4. S

    Fortran Fortran Call Troubleshooting: Passing Integers & Strings

    ok, Been programing for awhile, come from a visual basic background. We have a new server with newer compilers. Compiling with -f77 switch. Seems the old software allowed passing of integers, and strings in a call statement. New compilers seems to be inconsistent in passing the...
Back
Top