CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Calling VC++ routines from Fortran 77

    Is it possible to call VC++ routines using a Win32 DLL form fortran 77??

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: Calling VC++ routines from Fortran 77

    You should refer to fortran documentation to see if it's possible. As far as I know, it is possible, but only with C-style linkage and data types. I.e. no C++ type parameters can be exposed to fortran side.
    Best regards,
    Igor

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Calling VC++ routines from Fortran 77

    Good question!
    And how about the same for fortran 66??

    Sorry, I don't know. But why do you need it?
    Victor Nijegorodov

  4. #4
    Join Date
    Apr 2005
    Posts
    1,828

    Re: Calling VC++ routines from Fortran 77

    Quote Originally Posted by VictorN View Post
    Good question!
    And how about the same for fortran 66??

    Sorry, I don't know. But why do you need it?
    It is a requirement from one of the client.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured