Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!orion.oac.uci.edu!ucivax!gateway From: bmarlowe@BONNIE.ICS.UCI.EDU (Brett Marlowe) Newsgroups: comp.sys.apple2 Subject: Still having REZ problems... Message-ID: <9007011636.aa15929@ICS.UCI.EDU> Date: 1 Jul 90 23:40:31 GMT Distribution: usa Lines: 25 Thanks to all the people who replied to my previous posting, I received a number of recommendations. However none have worked yet... To summarize; I am trying to build menu resources using the REZ resource compiler but I keep getting errors on the same lines--different errors depending on whatever blind stab I made trying to figure this out but always an error nonetheless. OK, I give up, I've tried every combination of single quotes, double quotes, no quotes, and literal numbers and I give up, I've read through the REZIIGS manuals and this is what I keep coming up with: resource rMenuItem(AboutItemID) { AboutItemID, '', <-- Error: expected string but got number (0) '', 0, ItemTitleIsResource + rMIDivider, AboutItemID; }; What's wrong with this? Thanks, Brett