home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4043 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  819 b 

  1. Path: doc.ic.ac.uk!not-for-mail
  2. From: mdf@doc.ic.ac.uk (Martin Frost)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Directing files to a con: or similar
  5. Date: 16 Feb 1996 16:56:15 -0000
  6. Organization: Dept. of Computing, Imperial College, University of London, UK.
  7. Distribution: world
  8. Message-ID: <4g2cvf$1pc@oak73.doc.ic.ac.uk>
  9. References: <9602131939.AA003j6@ozzy.demon.co.uk>
  10. Reply-To: mdf@doc.ic.ac.uk (Martin Frost)
  11. NNTP-Posting-Host: oak73.doc.ic.ac.uk
  12. X-Newsreader: mxrn 6.18-23
  13.  
  14.  
  15. In article <9602131939.AA003j6@ozzy.demon.co.uk>, Brian Skreeg <oz@ozzy.demon.co.uk> writes:
  16. >What is the easiest way to do a loop in
  17. >C so I can have the file updating in realtime but still be able to check for
  18. >gadgets.
  19.  
  20. Just call GetMsg(win->UserPort) each loop. If no message is present it will
  21. simply return NULL.
  22.  
  23. Martin
  24.