Apr 22, 2004 #1 Wiggis Programmer Jun 9, 2003 10 GB Hi, I need a way of creating or emulating a TK widget using C++. Basically i need to embedd an app inside of tk and this seems to be the best solution and i just do not know how to do it.
Hi, I need a way of creating or emulating a TK widget using C++. Basically i need to embedd an app inside of tk and this seems to be the best solution and i just do not know how to do it.
Apr 22, 2004 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB http://home.t-online.de/home/dshepherd/tkview.htm Ion Filipski Upvote 0 Downvote
Apr 22, 2004 Thread starter #3 Wiggis Programmer Jun 9, 2003 10 GB unfortunatly this is the wrong way round for waht i am trying to do. This article is for embedding Tk into C++ what i want to do is embedd C++ into TK. Thanks anyway Upvote 0 Downvote
unfortunatly this is the wrong way round for waht i am trying to do. This article is for embedding Tk into C++ what i want to do is embedd C++ into TK. Thanks anyway
Apr 22, 2004 #4 Cagliostro Programmer Sep 13, 2000 4,226 GB try to create C++ COM objects and instantiate them in TCL Ion Filipski Upvote 0 Downvote
Apr 22, 2004 #5 Cagliostro Programmer Sep 13, 2000 4,226 GB try: http://aspn.activestate.com/ASPN/docs/ActiveTcl/tcl/tcl_13_contents.htm Ion Filipski Upvote 0 Downvote