Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- From: sbromle <sam@xxxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 07:11:41 -0800 (PST)
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
.
- Follow-Ups:
- Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- From: Donald G Porter
- Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- From: sbromle
- Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Prev by Date: Re: tk 8.5 vs 8.4: "font actual" differences
- Next by Date: Re: Procedure for percent of a value
- Previous by thread: Procedure for percent of a value
- Next by thread: Re: Tk8.5: Tk_PhotoSetSize vs Tk_PhotoSetSize_Panic
- Index(es):
Relevant Pages
|