- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Writing user interface with Windows/Fortran is quite challenging.
I find the documentation delivered from Intel with IVF10.026 rather limited.
On the internet I find the MSDN documentation from Microsoft, but this documentation is best suited for C-programmers.
Is there really no documentation or web-site in this world for Fortran/Windows programming? Can anyone advise?
Regards
Reidar
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could try looking at xeffort from Jugoslav Dujic's site.
http://www.xeffort.com/
Les
(ps We haven't heard from Jugoslav here for some time. Hope he is ok!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel-provided documentation is not intended to be a reference on Win32 programming. It assumes you know what you want from Win32 and tells you how to use the supplied interface modules.
There is only one reference I know of for Win32 programming that is Fortran-oriented. That is Norman Lawrence's "Compaq Visual Fortran: A Guide to Writing Windows Applications". Nearly everything in the book is applicable to IVF.
You should also look at the many sample programs provided as of version 10. In general, the MSDN reference documentation is easy to use once you learn how to translate the argument descriptions for Fortran. This is aided by declarations in the IVF-supplied modules for the various documented C types such as long, pvoid and lpcstr.
There is only one reference I know of for Win32 programming that is Fortran-oriented. That is Norman Lawrence's "Compaq Visual Fortran: A Guide to Writing Windows Applications". Nearly everything in the book is applicable to IVF.
You should also look at the many sample programs provided as of version 10. In general, the MSDN reference documentation is easy to use once you learn how to translate the argument descriptions for Fortran. This is aided by declarations in the IVF-supplied modules for the various documented C types such as long, pvoid and lpcstr.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page