Newsgroups: comp.lang.c
Path: utzoo!utgpu!cunews!micor!jtrimble
From: jtrimble@micor.ocunix.on.ca (Jason Trimble)
Subject: AMIGA: Help with windows
Organization: M.B. Cormier INC., Ottawa (Ont)
Distribution: ?
Date: Sun, 9 Jun 1991 04:51:46 GMT
Message-ID: <1991Jun9.045146.18232@micor.ocunix.on.ca>


I have been trying to work with windows and screens in C on the Amiga.  I am 
using SAS/C 5.10.

	What I'm really haveing problems with is the following:

extern LONG OpenLibrary();
extern VOID cleanExit();
extern UBYTE handleIDCMP();

struct IntuitionBase *IntuitionBase = NULL;

	The first three prototypes generate a error 170: to many initializers or
something like that.  
	What am I doing wrong?  The struct statement on the last line also gives the same error...  I am trying to compile the first program in the book:
AMIGA ROM KERNEL REFERENCE MANUAL: LIBRARIES & DEVICES

Can anyone Email me some help with this?


	Jason Trimble (jtrimble@micor.OCUnic.ON.CA)

