Re: Embedding Tk in an MFC application
- From: "antred" <NutJob@xxxxxxx>
- Date: 31 Aug 2006 10:22:12 -0700
Okay, I'm working around my last prolblem by using a Tcl_Eval call to
source auto.tcl as well and it works. Now I have a new problem.
The following sample is supposed to display a window saying "hello
world":
label .hello -text "Hello World"
pack .hello
Unfortunately it does not. The interpreter executes the commands and
then ends. No window is ever shown. =(
.
- Follow-Ups:
- Re: Embedding Tk in an MFC application
- From: Don Porter
- Re: Embedding Tk in an MFC application
- References:
- Embedding Tk in an MFC application
- From: antred
- Re: Embedding Tk in an MFC application
- From: antred
- Re: Embedding Tk in an MFC application
- From: antred
- Embedding Tk in an MFC application
- Prev by Date: Re: Matching long strings doesn't work
- Next by Date: Re: Embedding Tk in an MFC application
- Previous by thread: Re: Embedding Tk in an MFC application
- Next by thread: Re: Embedding Tk in an MFC application
- Index(es):