[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OSTypes and Images
- To: "Common Lisp" <info-mcl@cambridge.apple.com>
- Subject: OSTypes and Images
- From: "Steve Casner" <Steve_Casner@qmgate.arc.nasa.gov>
- Date: 17 Nov 1993 13:07:11 -0800
Subject: Time:12:59 PM
OFFICE MEMO OSTypes and Images Date:11/17/1993
Likely a FAQ ....
the :creator field in (save-application .....) asks for an OSType (which
ultimately is a small integer). I want to specify a new creator (so the Finder
doesn't mix up my app files and MCL2 files). How do I define a new :creator,
and how can I be sure that it's unique (not accidentally the same as some other
random application)?
thnx