home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4156 < prev    next >
Encoding:
Text File  |  1992-11-11  |  900 b   |  18 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!utopia!tonym
  3. From: tonym@netwise.com (Tony Miller)
  4. Subject: XCMDs and global/static data - help
  5. Message-ID: <1992Nov11.194012.3418@netwise.com>
  6. Organization: Netwise Inc.
  7. Date: Wed, 11 Nov 1992 19:40:12 GMT
  8. Lines: 8
  9.  
  10. I have a Mac application developed with MPW C that I would like to
  11. make accessible through HyperCard.  However, the code contains quite a
  12. bit of global and static data, and apparently neither is allowed in an
  13. XCMD.  I was wondering about the feasibility of squirreling this data
  14. away somewhere in memory accessible to my XCMD, maybe in an INIT.  Has
  15. anyone done anything similar?  I would appreciate any advice or
  16. suggestions.  My Mac experience is limited and my HyperCard experience
  17. is nil, so be as detailed as you want.
  18.