#SAS C graphics
5 messages in this thread
I had a C++ class in college.
I bought SAS C 6.55 to do the programming assignments.
Now that the class is over, I would like to do some programming on my own.
I have one big question though: how to program things like a button or for that
matter any graphics.
I can't seem to find any graphics libraries in SAS C.
Benny Rutten (75127,1021)
Benny,
Several developers are now using packages lik Magic User Inteface to do that
kind of stuff. Look for MUI.LHA here on CIS or Scan for "Magic" in the libs
here.
wmc – via Autopilot!
Thanks Wayne
Benny Rutten (75127,1021)
The SAS compiler has all the include files you need to do graphics, buttons,
menus etc but you need documentation on the Amiga to find out how to use them.
The Rom Kernal refence manuals published by Addison Wesley are the offical
documentation up to OS 2.04 and there are other books that can help. There is a
C Manual avaialble on Fish discs (and probably other places) that has examples.
Peter Wade
Autopiloting from London, England
Thanks Peter
Benny Rutten (75127,1021)