Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- From: sbromle <sam@xxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 07:58:12 -0800 (PST)
Hold on... Looks like automake is still -I/usr/include/tcl8.4 ....
Appologies. Will confirm shortly.
Sam
On Feb 29, 12:11 pm, sbromle <s...@xxxxxxxxxxxxxx> wrote:
I'm getting a crash moving from Tk8.4 to Tk8.4 on the call
Tk_PhotoSetSize().
It seems that this call now takes an interpreter as its first
argument, where it did not before. However, putting
that in, seems to still give a problem due to a function
declaration mismatch with Tk_PhotoSetSize and Tk_PhotoSetSize_Panic.
(Tk_PhotoSetSize_Panic does not take an interp, though tk.h just
redefines Tk_PhotoSetSize to be Tk_PhotoSetSize_Panic).
I'm not sure if I'm on the right track with this problem. :(
Any help from the Tcl guru's would be *very much* appreciated.
Thank you!
Sam
.
- References:
- Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- From: sbromle
- Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Prev by Date: Re: Procedure for percent of a value
- Next by Date: Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Previous by thread: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Next by thread: Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Index(es):
Relevant Pages
|