Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!sialis!orbit!pnet51!chucks From: chucks@pnet51.orb.mn.org (Erik Funkenbusch) Newsgroups: comp.sys.amiga.programmer Subject: 2.0 Screens Message-ID: <4503@orbit.cts.com> Date: 4 Apr 91 08:45:02 GMT Article-I.D.: orbit.4503 Sender: news@orbit.cts.com Organization: People-Net [pnet51], Minneapolis, MN. Lines: 25 I've started on my trek to program 2.0 specific programs. I am using Manx 5.0d with the Manx 2.0 Include files. I was looking through some of the source code to the 2.0 term program by Olaf Barthel (or however it's spelled) and find a call to a library routine (Amiga.lib?) called OpenScreenTags (). I am trying to open a full blown newlook screen and for the life of me can't get anything but an unknown screen type guru. I can't find any reference to this OpenScreenTags () call in any of my pragmas and can't find it in any of Olaf's files. any help from anyone out there? the guru is 8500 0009, which according to my RKM's is an unknown screen type. here is a fragment. struct TagItem scrtags[7] = {{SA_Overscan, OSCAN_TEXT},{SA_Pens, ~0}, {SA_FullPalette, TRUE},{SA_Type, CUSTOMSCREEN}, {SA_Title, "BBS Screen"},{SA_Width, 640}, {TAG_END, NULL}}; struct NewScreen myscreen = {0, 0, 640, 200,3,1,0,HIRES,CUSTOMSCREEN,NULL, "BBS Screen", NULL, NULL}; if ((scr = OpenScreenTagList (myscreen, &scrtags)) == NULL) So does anyone have any ideas? this is a headache. UUCP: {amdahl!tcnet, crash}!orbit!pnet51!chucks ARPA: crash!orbit!pnet51!chucks@nosc.mil INET: chucks@pnet51.orb.mn.org