Re: Coupling Fortran Code with Simulink



Jugoslav Dujic ha scritto:

> You can get the names of exports using dumpbin /exports command-line
> utility, or "Dependency Walker" GUI application (both bundled with CVF).
> However, that still won't give you its arguments -- the only way
> to know that is to check documentation (or Google for it).


Hi Jugoslav.

The use of dumpbin seems to give me poor results:
----------
Dump of file incmodel.dll

File Type: EXECUTABLE IMAGE

Summary

4000 .data
1000 .data
F000 .text
-----------

I've been not able to use Dependency Walker, because I'm not an expert
user (I begun working on Fortran less then 2 month ago) and I couldn't
find information about that.

Thanks.

I hope this group could help me, because I looked for documentation on
the web for all day and I haven't found any good ideas yet.

Marco

.



Relevant Pages

  • Re: c calling a fortran subroutine
    ... I am able, now, to run dumpbin at my PC. ... some type of .h to go with my fortran dll? ... >> File Type: LIBRARY ... >> COFF SYMBOL TABLE ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Forcing A Symbol Into A DLL
    ... symbols, search for the symbol of interest with a text editor, and you'll ... Dumpbin is in C:\Program Files\Microsoft Visual ... In VC6, you can embed the link parameter in one of your source files, like ... > briefly explained in the MS documentation, however, true to the typical MS ...
    (microsoft.public.vc.language)
  • Re: Coupling Fortran Code with Simulink
    ... | Jugoslav Dujic ha scritto: ... or "Dependency Walker" GUI application. ... | The use of dumpbin seems to give me poor results: ... In dependency walker, that same information is in middle-right ...
    (comp.lang.fortran)
  • Re: Get DLLs export names?
    ... No, I don't want to run "dumpbin /exports", I'd prefer to ... If it is the latter one, then check Dependency Walker. ... Shows the exported function names from a ... DLL, and also a lot of other dependencies between modules. ...
    (comp.lang.pascal.delphi.misc)
  • Re: problem: DllImport a C function returning opaque pointer
    ... Dumpbin showed that the function at ... fault had no entry point. ... that function was actually wrapping a different ... the documentation that I have did not mention this. ...
    (microsoft.public.dotnet.languages.csharp)