From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: Missing functions in libtcl80.a ? 8 Dec 1998 05:00:04 -0800 Message-ID: <199812080608.AAA03626.cygnus.gnu-win32@modi.xraylith.wisc.edu> References: <000101be221a$c1cd3da0$0200a8c0 AT panoramix DOT askesis DOT nl> To: "Joost Kraaijeveld" Cc: gnu-win32 AT cygnus DOT com "Joost Kraaijeveld" writes: > The following function are in tcl.h but they appear not to be in in > libtcl80.a: > Tcl_CreateFileHandler > Tcl_DeleteFileHandler > > Is that correct? Is there anything I can do to get my app linked? > Please read the Tcl docs. These interfaces were removed for non-Unix platforms as of tcl/tk8.0b1 (or thereabouts), and you have to use Channels instead (Hint: start with Tcl_MakeFileChannel). Follow up to comp.lang.tcl please. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".