home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / tech / 6301 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!elroy.jpl.nasa.gov!sdd.hp.com!hpscit.sc.hp.com!news.dtc.hp.com!srgenprp!randyh
  3. From: randyh@sad.hp.com (Randy Hosler)
  4. Subject: Re: C Progr Q's
  5. Sender: news@srgenprp.sr.hp.com (placeholder for future)
  6. Message-ID: <BzD43r.6Fn@srgenprp.sr.hp.com>
  7. Date: Wed, 16 Dec 1992 17:19:02 GMT
  8. References: <1992Dec13.184929.27529@oz.plymouth.edu>
  9. Organization: HP Sonoma County (SRSD/MWTD/MID)
  10. X-Newsreader: TIN [version 1.1.4 PL6]
  11. Lines: 24
  12.  
  13. Technoid (pyr579@oz.plymouth.edu) wrote:
  14. : Hello,
  15. :     Couple of C questions for GEM programs. One, if you have a
  16. : window up on the GEM desktop ( ie thru and acc ), and the user selects
  17. : a file from an open drive window, are there any GEM conventions for
  18. : recognizing what the file is and that a file has indeed been selected
  19. : and dragged into MY window? 
  20. :     Second, HOW do you get Sozobon 1.33 to compile an acc? I try
  21. : the following line:
  22. :     cc -r minstart.o -o filename.prg filename.c aesfast.a vdifast.a
  23.   
  24.   Try using sozoinit.o as your startup.  If you write your code correctly
  25.   it will run as either a .prg or an .acc.  You can find it on a.a.umich.
  26.  
  27. : Thanks
  28. :     Stephan
  29.  
  30.   Your welcome, Randy Hosler
  31.  
  32.