Specifications

Developer Technical Support May 1992
Apple IIGS
#76: Miscellaneous Resource Formats 3 of 8
Following is a simple cursor example:
resource rCursor(1,fixed) {
5, /* height */
2, /* width */
$"ffff0000"
$"f00f0000"
$"f00f0000"
$"f00f0000"
$"ffff0000",
$"ffff0000"
$"ffff0000"
$"ffff0000"
$"ffff0000"
$"ffff0000",
2, /* hotspot Y */
2, /* hotspot X */
$80 /* 640 mode */
};
Note that the resource is marked fixed so that its handle can be dereferenced and passed to
SetCursor.
Version Resource (Type: $8029, rVersion)
Files may include a version resource with ID=1 for display by programs such as the Finder. All
rVersion resource IDs other than 1 are reserved for future definition. The following describes
the version resource format:
version (+000) Long The application’s version number, in Apple IIGS
Long Version format. See Apple IIGS Technical Note
#100, VersionVille, for more details.
country (+004) Word An international country version code. Possible
values are as follows:
verUS 0
verFrance 1
verBritain 2
verGermany 3
verItaly 4
verNetherlands 5
verBelgiumLux 6
verSweden 7
verSpain 8
verDenmark 9
verPortugal 10
verFrCanada 11
verNorway 12
verIsrael 13
verJapan 14
verAustralia 15
verArabia 16
verFinland 17
verFrSwiss 18
verGrSwiss 19
verGreece 20
verIceland 21