home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / tcl / 2198 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsm!gah
  3. From: gah@att.com (George A. Howlett)
  4. Subject: Re: graph.1-0 and Tk3.0 -> TkBindError undefined
  5. Reply-To: george.howlett@att.com
  6. Organization: AT&T Bell Laboratories
  7. Date: Mon, 21 Dec 1992 23:28:30 GMT
  8. Message-ID: <1992Dec21.232830.27631@cbnewsm.cb.att.com>
  9. X-Newsreader: TIN [version 1.1 PL8]
  10. References: <1h59s2INN8kj@cae.cad.gatech.edu>
  11. Sender: news@cbnewsm.cb.att.com (NetNews Administrator)
  12. Nntp-Posting-Host: grenache.cnet.att.com
  13. Lines: 13
  14.  
  15. Eric R Stephens (estephen@whosnext.cad.gatech.edu) wrote:
  16. : In trying to recompile graph-1.0 with Tk3.0/tcl6.5 there seems an  
  17. : incompatibility.  In Tk2.3 tkInt.h defined TkBindError, Tk3.0's does not.  Is  
  18. : there an easy fix?
  19.  
  20.     I believe the version 3.0 equivalent of TkBindError is
  21.     Tk_BackgroundError.  
  22.  
  23.     BTW. There are other adjustments needed, such as calls to
  24.     Tk_SizeOfBitmap, etc.  I haven't had time to port it yet.
  25.     I'm still trying to get wish to pass "option.test".
  26.  
  27.     --gah
  28.