ir470@sdcc6.UUCP (S. Lewis) (04/08/86)
I hope this is the right place to ask....
After following the examples in Chapter Two of the Intuition
Manual,  I have yet to succeed in getting the machine to
recognize my custom screen.  Using Lattice C 3.03, the
compiler keeps generating the error 'invalid constant'
when it reaches the part of the window structure which says
CUSTOMSCREEN.  
Any Ideas??   Please reply to:
		...sdcsvax!sdcc6!ir470
           or   ...sdcsvax!sdemlab!sean
Thanks,  S. P. Lewisjimm@amiga.UUCP (Jim Mackraz) (04/10/86)
:: 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.