home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ames!data.nas.nasa.gov!taligent!apple!applelink.apple.com
- From: GILLAM.R@AppleLink.Apple.COM (Richard Gillam,GEIS)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Re: Record -> Struct
- Message-ID: <727630455.7274581@AppleLink.Apple.COM>
- Date: 21 Jan 93 14:52:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 15
-
- Paul--
-
- Your problem here is using arrays of characters. You probably should be able
- to assign string literals to it, but you'll get C strings (null-terminated)
- rather than Pascal strings.
-
- What you probably want to try is creating subclasses of CString of the
- appropriate sizes and using those instead.
-
- Take this with a grain of salt. I'm not really sure I can claim to know what
- I'm doing.
-
- --Rich Gillam
- GE Information Services
-
-