Home > Archive > Fortran > February 2005 > Could someone provide an example such as this for Compaq Visual FORTRAN?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Could someone provide an example such as this for Compaq Visual FORTRAN?
|
|
|
|
| J DUDLEY 2005-02-27, 8:58 pm |
| The Microsoft article you referred to is based on the 16-but Microsoft
Fortran 5.1. Visual Fortran doesn't really use the DEF files - attributes
are embedded directly in the code. You should find a good section describing
this in the DVF user guide. I don't have DVF on this PC, but if you search
the help for DLL and, I think, EXPORT, you should find it - it will be
declaring attributes. You should also find that if you go to the DVF web
site there are the articles that you need, covering also the additional
complexity of passing strings/characters.
http://h18009.www1.hp.com/fortran/v...newsletter.html
Especially issues 1 & 2
"George Hester" <hesterloli@hotmail.com> wrote in message
news:<Dj3Ud.30394$vK5.9222@twister.nyroc.rr.com>...
http://support.microsoft.com/defaul...kb;en-us;123841
I tried to make it as described here as a Free Format f90 but no dice.
Thanks. Oh version 6.5.0
--
George Hester
_________________________________
----------
| |
| Gerald F. Thomas 2005-02-28, 3:58 am |
|
"J DUDLEY" <sbdpumbaa@blueyonder.co.uk> wrote in message
news:0EqUd.233212$K7.23504@fe2.news.blueyonder.co.uk...
> Visual Fortran doesn't really use the DEF files ..
Nonsense. If only D/C/I VF user's made use of .def's as do the VC++ and
BC++ crowd, they'd be far less challenged by their Window's Fortran
ineptitude. It's quite possible to use MS/D/C/IVF without ever having to
use a !MS et al metacommand.
--
You're Welcome,
Gerry T.
______
"Science is the belief in the ignorance of experts." -- Feynman, in The
Pleasure of Finding Things Out.
| |
| bendel.boy@gmail.com 2005-02-28, 8:58 am |
| Perfectly possible. But not the direction pointed to by the usual help
articles. When I converted my MSF 5.1 to DVF 5.0 my DEF file didn't
translate, and I could solve the problem within 10 minutes using the
attributes. Seemed a good-enough solution.
|
|
|
|
|