Anyone know if WorkBench does a SumLibrary() on Intuition upon startup? I seem
to be causing a problem with my Popup menu utility, which replaces the
SetmenuStrip and ClearmenuStrip with calls to my code. I do this replacement
using SetFunction, just RKM says to. I thought that this re-calc`s the checksum
for the library. When LOADWB runs, I get the SOFTWARE ERROR,TASK HELD
requester. I only get this when I run LOADWB, not other programs.
Tim,
You need to specifivally checksum the library after a SetFunction if you need
it to be checksummed properly. There is a call to do it. Check out the docs on
libraries to find it. If you can't find it, just yell again, and we'll dig it
out.
-larry