From: Hans R. <hr...@pp...> - 2002-03-24 13:20:26
|
Hi, I am trying to build an app that already has a working Unix TclTk interface using Mac Tcl 8.3.4 and CodeWarrior 7.2 under OS 9.2.2. I had few problems compiling it, though I had to hack one of the Tcl headers and also provide dummy versions of three X functions that are not emulated. However, when I launch the app, it crashes as soon as the first window comes up with an unmapped memory exception in Tk_DrawChars (called by Tk_DrawTextLayout which in turn is called by either TKpDisplayButton or DisplayCanvText depending on how I launch the app). Is this a known problem? Any ideas how to deal with it? Thank you in advance for your help. Hans Ronne hr...@pp... |