From: Jon G. <jg...@hi...> - 2001-08-20 17:41:34
|
At 6:10 PM +0100 8/20/01, Andrew Wilson wrote: >The application calls AppleScript to get the MSIE webbrowser to >open a URL. I get the following error returned from a catch: > > couldn't load file "Macintosh HD:System Folder:Extensions:Tool >Command Language:Tclapplescript1.1.shlib": MSL RuntimePPC.DLL % info patchlevel 8.3.3 % package require Tclapplescript 1.1 % AppleScript info contexts global Seems to work fine. Could you tell us more about what's in that catch? Where did you get your 8.3.3 distribution? When did you get it? There were some crufty ones released before final. >I'm new to Mac stuff. So I don't know how to read this. Is it >telling me that the runtimeppc stuff couldn't do its work, or is >the shlib complaining that it can't find the runtimeppc stuff? The Code Fragment Manager (in the OS) is telling you it had trouble loading a shared library. "MSL RuntimePPC.DLL" is probably not useful information in my experience. -- Jonathan E. Guyer <http://www.his.com/jguyer/> |