public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* need help for g77
@ 2004-06-20  5:20 MIKEC
  2004-06-22 19:44 ` Toon Moene
  0 siblings, 1 reply; 2+ messages in thread
From: MIKEC @ 2004-06-20  5:20 UTC (permalink / raw)
  To: gcc-help

Dear Sirs?
 I would like to know where I can get documentation or a list of the windows
API that you support with the G77 fortran compiler. Specifically I need to
utilize the mouse, graphics draw, and printer routines in fortran, to port a
large fortran program from DOS to Windows. I will pay a reasonable fee for
this information as I am getting desperate. Thank you, Michael Carpenter


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: need help for g77
  2004-06-20  5:20 need help for g77 MIKEC
@ 2004-06-22 19:44 ` Toon Moene
  0 siblings, 0 replies; 2+ messages in thread
From: Toon Moene @ 2004-06-22 19:44 UTC (permalink / raw)
  To: MIKEC; +Cc: gcc-help

MIKEC@WORLDLOGON.COM wrote:

> Dear Sirs?
>  I would like to know where I can get documentation or a list of the windows
> API that you support with the G77 fortran compiler. Specifically I need to
> utilize the mouse, graphics draw, and printer routines in fortran, to port a
> large fortran program from DOS to Windows. I will pay a reasonable fee for
> this information as I am getting desperate. Thank you, Michael Carpenter

The documentation that comes with g77 doesn't contain anything on this, 
because it is outside the realm of the compiler and run-time library proper.

However, that said, Windows API basically describes how to invoke 
Windows functionality from a C point of view, so you would be helped 
with the chapter in the g77 documentation on calling C function.

Unfortunately, I cannot promise that you can call each and every Windows 
routine that way, as not all functionality in C function calls is 
supported from g77 (or Fortran in general).

See: 
http://gcc.gnu.org/onlinedocs/gcc-3.4.0/g77/Interoperating-with-C-and-C--.html#Interoperating%20with%20C%20and%20C++

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
A maintainer of GNU Fortran 95: http://gcc.gnu.org/fortran/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-22 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-20  5:20 need help for g77 MIKEC
2004-06-22 19:44 ` Toon Moene

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).