Re: Coupling Fortran Code with Simulink
- From: "Jugoslav Dujic" <jdujic@xxxxxxxxx>
- Date: Fri, 28 Oct 2005 17:41:38 +0200
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.
.
- References:
- Coupling Fortran Code with Simulink
- From: Marco Polloni
- Re: Coupling Fortran Code with Simulink
- From: Marco Polloni
- Coupling Fortran Code with Simulink
- Prev by Date: Re: memory not freed up?
- Next by Date: Re: complex arithmetics
- Previous by thread: Re: Coupling Fortran Code with Simulink
- Next by thread: Re: Coupling Fortran Code with Simulink
- Index(es):
Relevant Pages
|