From: Daniel A. S. <st...@ic...> - 2002-05-20 12:25:46
|
At 21:52 +1000 on 20/5/02, Daniel A. Steffen wrote: >this is due to bgerror requiring package msgcat, which is not >present in the resources. I think you've been given a workaround on >c.l.t (include the contents of msgcat in the bgerror resource). BTW, I've just fixed this in cvs so this problem will be gone in the next release. there is however another problem with using 'Simple TK' as a standalone single file binary that we cannot work around using resources: encoding files are not found at startup (fails silently) and thus e.g. macRoman to utf-8 conversion cannot be performed (you'll notice that [encoding system] returns 'identity'). This could lead to all sort of problems when using non-ascii chars. the only way that I know to get encoding file support in a standalone binary on mac classic is to use tclkit. Cheers, Daniel -- ** Daniel A. Steffen ** "And now to something completely ** Department of Mathematics ** different" Monty Python ** Macquarie University ** <mailto:st...@ma...> ** NSW 2109 Australia ** <http://www.maths.mq.edu.au/~steffen/> |