CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jerome12345

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,902

    Re: Extern C- Callinf Fortran from C++

    Thanks a lot,

    Please find attached a file anmed calculator.zip.

    It is actually generally through the wizard which of an external software which has all the class definitions.

    As you see it...
  2. Replies
    9
    Views
    1,902

    Re: Extern C- Callinf Fortran from C++

    Does anything need to be set in configuration propeorties?
  3. Replies
    9
    Views
    1,902

    Re: Extern C- Callinf Fortran from C++

    Yes- I did

    Linker /general /Addnl dependencies has the path as below

    D:\jerome_ABCD\proj\fortran_to_cpp\flib\flib\Debug

    and Linker/input/addnl dependencies had the library name flib.lib
    ...
  4. Replies
    9
    Views
    1,902

    Re: Extern C- Callinf Fortran from C++

    Yes- I was able to get good information.

    I tried a small program which worked well. It was a simple one like this:

    C++ code


    #include <iostream>
    extern "C"
    {
  5. Replies
    9
    Views
    1,902

    Extern C- Callinf Fortran from C++

    I really need help on this.

    Anyone has experience in calling FORTRAN from C++ (using extern C?)


    JErome
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured