Vtcl List,
I've been assigned the task of creating a SPARC assembly language interpreter
that needs to run on SparcStation 5's under X (OpenWin), but is not limited to
that platform. I've elected to build the GUI using Visual Tcl, and am very happy
with what it can do. I do not program in Tcl (yet), so I was not planning on
implementing the lexical/semantic analyzer and code stepping in Tcl, but rather
in C, and then using Tcl/Tk's C interface to display my windows, alter their
contents, etc.
I have John Ousterhoust's book from Addison Wesley on Tcl/Tk, but it seems out
of date. Specifically, it seems the function
Tk_CreateMainWindow( )
is no longer part of Tk's C interface. So when I try to link my code, it bombs
on an unresolved external. Furthermore, simply using Tk_CreateWindowFromPath( )
does link properly, but bombs in execution.
Any help to this question, which is undoubtedly naive, is appreciated.
Furthermore, does this sound like a wise use of VisualTcl to those reading?
Would there be a better way to do this?
--
| Plum-blossoms everywhere,
| I should go south,
| I should go north.
| -- Buson
---------------------------------------------------------------------------
To unsubscribe from the Visual Tcl mailing list, please send a message
to [EMAIL PROTECTED] with "unsubscribe vtcl [EMAIL PROTECTED]" in the
message body (where [EMAIL PROTECTED] is your e-mail address).