SAS C V6 Is Here!
02-Oct-92 13:18:13
Sb: #28543-SAS C V6 Is Here!
Fm: tom miller 72760,3055
To: Steve Ahlstrom 76703,2006
Wayne,
The DEFINE __main=__tinymain works fine with the BLINK command and
does as advertized here (NOSTDIO in 6.0). I don't think any of this info
is in the manual.
Steve Krueger from SAS has added a second idea to all this. In the
source dir there is a program called "umain.c"; ("_main.c" for 6.0) that is
called by your main() function. It's in this code that the window is
opened. If you want the user to have a console interface when running from
an icon, but want a different size, like a full window, you can change the
size in this module and link it into your program.
-Tom