[comp.lang.c] AMIGA: Help with windows

jtrimble@micor.ocunix.on.ca (Jason Trimble) (06/09/91)

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)