Re: F77 & WIN XP



Thank you for the reply. I will dig deeper into the Watcom documentation.
I was hoping for something simple such as:

INCLUDE "WINXP.LIB"

CALL OUTBOX("Hello World!")

Thanks again for the reply.

"Kevin G. Rhoads" <kgrhoads@xxxxxxxxxxxx> wrote in message
news:465D845D.3E98AF@xxxxxxxxxxxxxxx
I briefly tried the Watcom Demo but the docs seem to indicate that it
only
supports TEXT-MODE.

I'm not sure what you mean by this? OpenWatcom has GUI IDEs for
development,
and can target Win32 GUI EXEs, not just text mode EXEs. It does not come
with a GUI generator by default, AFAIK, but can be used with several --
or you can do your F77 into a DLL and display the interface through just
about anything that can talk to a DLL, such as VB or Delphi (or whatever
Borland
is calling it these days).


.