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

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!data.nas.nasa.gov!taligent!apple!lai
  2. From: lai@Apple.COM (Ed Lai)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: ??? AppleEvents - sending > 32K
  5. Keywords: AppleEvents 32K barrier
  6. Message-ID: <71731@apple.Apple.COM>
  7. Date: 27 Aug 92 17:17:09 GMT
  8. References: <1992Aug25.235916.3393@athena.mit.edu> <1992Aug26.033338.9368@terminator.cc.umich.edu>
  9. Organization: Apple Computer Inc., Cupertino, CA
  10. Lines: 31
  11.  
  12. In article <1992Aug26.033338.9368@terminator.cc.umich.edu> leonardr@ccs.itd.umich.edu writes:
  13. >In article <1992Aug25.235916.3393@athena.mit.edu> decanio@athena.mit.edu (Ken DeCanio) writes:
  14. >>
  15. >>I am trying to send more than 32k of data by a single AppleEvent.
  16. >>I've tried using an AEDescList, but I get an AppleTalk error (-92)
  17. >>
  18. >        As of the Apple Event Manager 1.0 (and 1.0.1), you can NOT send 
  19.  
  20. This is true of 1.0 and earlier version of 1.01, but is not true for later
  21. versions of 1.01.
  22.  
  23. >more than 64K worth of data in a single AERecord (which would include a 
  24. >DescList).  Future versions of the AEM will support much olarger data
  25. >passing, but in the meantime your best bet is to use either multiple events
  26. >or create a PPC link (using AE's to setup the link).
  27. >
  28. >
  29. >-- 
  30. >-----------------------------------------------------------------------
  31. >Leonard Rosenthol          Internet: leonardr@ccs.itd.umich.edu
  32. >Director of Advanced Technology   AppleLink: MACgician
  33. >Aladdin Systems, inc.          GEnie:     MACgician
  34.  
  35. /* Disclaimer: All statments and opinions expressed are my own */
  36. /* Edmund K. Lai                                               */
  37. /* Apple Computer, MS37-UP                                     */
  38. /* 20525 Mariani Ave,                                          */
  39. /* Cupertino, CA 95014                                         */
  40. /* (408)974-6272                                               */
  41. zW@h9cOi
  42.  
  43.