[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resource Manager troubles



Without seeing what your code is doing, it's pretty hard to come up with an
answer to the missing resource problem.  The error:

>      Type 8006
>      ID=00000001
>      Error=1E06

...roughly translates to a missing rPascalString resource.  Based on its ID,
it's probably a menu title string, and it probably isn't missing.  I would
check for calls to SetCurResourceFile, SetResFileDepth and possibly (but not
too likely) SetCurApp.  Typically these types of SystemDeath errors are the
result of a toolcall not finding a required resource, and usually appears in
the Menu or Control Manager.  Good luck.

Marc Wolfgram
AOL: M Wolfgram   GEnie: M.WOLFGRAM2   inet: marc@cxr_rs6000.med.ge.com
There are two ways to write bug-free code and only the third one works!