Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!decwrl!shelby!unix!hplabs!hp-ses!hpcuhb!hpda!hpcupt1!hpindwa!tribby From: tribby@hpindwa.HP.COM (David Tribby) Newsgroups: comp.sys.apple Subject: Re: Toolbox error $1E06 Message-ID: <36410017@hpindwa.HP.COM> Date: 14 Feb 90 23:11:19 GMT References: <15744@orstcs.CS.ORST.EDU> Organization: HP Information Networks Group/Cupertino CA Lines: 23 throoph@jacobs.cs.orst.edu (Henry Throop) writes... > I've been doing a bit of programming with TML Pascal II, and everything > was working until I started getting error $1E06 (resource not found) when > I call StartupTools. I've had the same problem with TML Pascal II resources. Seems as if GS/OS also told the type of resource that was missing. (To translate the hex number into something more meaningful, I looked up the resource types in the declaration of the Resources UNIT...located at the back of the TML Pascal II manual.) In one case, I defined a window with at "static text" control, but forgot to create a line-edit text resource and link it into the window control. So the program aborted because it could not fine a line-edit text resource # 0. In another case, I forgot to define an alert string. When I tried to access it from the program it crashed. Good luck! --Dave Tribby - - - - - ARPA: tribby%hpda@hplabs.HP.COM UUCP: hplabs!hpda!tribby