Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site amiga.amiga.UUCP Path: utzoo!decvax!decwrl!pyramid!amiga!jimm From: jimm@amiga.UUCP (Jim Mackraz) Newsgroups: net.micro.amiga Subject: Re: custom screens Message-ID: <971@amiga.amiga.UUCP> Date: Wed, 9-Apr-86 17:20:08 EST Article-I.D.: amiga.971 Posted: Wed Apr 9 17:20:08 1986 Date-Received: Thu, 10-Apr-86 23:11:07 EST References: <2513@sdcc6.UUCP> Reply-To: jimm@homer.UUCP (Jim Mackraz) Distribution: na Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 11 Keywords: amiga :: The constant CUSTOMSCREEN is defined in intuition.h, which should be included in your source file. Check to see that it is in your copy of intuition.h, if you have it included. If you are using assembly language, there were some problems in the corresponding intuition.i, in that some symbols were followed immediately by semi-colons. Check intuition.i for CUSTOMSCREEN, and make sure it looks like the neighboring constant definitions. Hope this helps.