home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!lcs.mit.edu!nodine
- From: nodine@lcs.mit.edu (Mark H. Nodine)
- Subject: Re: XCMDs and global/static data - help
- Message-ID: <1992Nov20.141352.11479@mintaka.lcs.mit.edu>
- Sender: news@mintaka.lcs.mit.edu
- Organization: MIT Laboratory for Computer Science
- References: <1992Nov11.194012.3418@netwise.com>
- Date: Fri, 20 Nov 1992 14:13:52 GMT
- Lines: 13
-
- In article <1992Nov11.194012.3418@netwise.com>, tonym@netwise.com (Tony Miller) writes:
- |> I have a Mac application developed with MPW C that I would like to
- |> make accessible through HyperCard. However, the code contains quite a
- |> bit of global and static data, and apparently neither is allowed in an
- |> XCMD. I was wondering about the feasibility of squirreling this data
- |> away somewhere in memory accessible to my XCMD, maybe in an INIT.
-
- I would use HyperCard globals to store the information, assuming that there
- are no nulls in your data. Make sure you pick a name that nobody else would
- pick for a HC global.
-
- --Mark
-
-