Re: Coupling Fortran Code with Simulink



Marco Polloni wrote:
| 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
|

You need

dumpbin /exports incmodel.dll

In dependency walker, that same information is in middle-right
pane (with blue [e] simbols).

If you mention that "the dll is made for Visual C/C++", then
I guess that Matlab has some samples/docs on how to use it
from VC++? Shouldn't be too difficult to port that to
Fortran (unless it uses C++ classes, which I doubt).

--
Jugoslav
___________
www.xeffort.com

Please reply to the newsgroup.
You can find my real e-mail on my home page above.
.



Relevant Pages

  • Re: Coupling Fortran Code with Simulink
    ... or "Dependency Walker" GUI application. ... The use of dumpbin seems to give me poor results: ... File Type: EXECUTABLE IMAGE ... I hope this group could help me, because I looked for documentation on ...
    (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)