home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14687 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.1 KB

  1. Xref: sparky comp.sys.mac.programmer:14687 comp.sys.mac.system:11381
  2. Path: sparky!uunet!mcsun!uknet!qmw-dcs!jeremyr
  3. From: jeremyr@dcs.qmw.ac.uk (Jeremy Roussak)
  4. Newsgroups: comp.sys.mac.programmer,comp.sys.mac.system
  5. Subject: Re: Color Icons
  6. Keywords: coloricon
  7. Message-ID: <1992Aug28.195651.12432@dcs.qmw.ac.uk>
  8. Date: 28 Aug 92 19:56:51 GMT
  9. References: <1992Aug26.233800.21347@sagpd1>
  10. Sender: usenet@dcs.qmw.ac.uk (Usenet News System)
  11. Organization: Computer Science Dept, QMW, University of London
  12. Lines: 15
  13. Nntp-Posting-Host: sequent.dcs.qmw.ac.uk
  14.  
  15. In <1992Aug26.233800.21347@sagpd1> bberqu@sagpd1 writes:
  16.  
  17. >I'm trying to use ModalDialog with a filterProc function which will
  18. >handle popupmenus,  when I call ModalDialog and just let it sit there
  19. >no mouse movement or anything, after a while, I get, I believe a system
  20. >error #26 according to MacsBug, all my filter proc function does is
  21. >return (TRUE), I've also tried FALSE.
  22.  
  23. 1. You are programming in C
  24. 2. You have forgotten to declare your filterproc as "pascal"
  25. 3. The error is really 28
  26.  
  27. Just a wild guess...
  28.  
  29. Jeremy
  30.