This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Missing functions in libtcl80.a ?


"Joost Kraaijeveld" <JKraaijeveld@askesis.nl> 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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]