Prev: ANNOUNCE: TkDND 2.2
Next: calling back TCL from C
From: Neil on 4 Aug 2010 15:46 > Not necessarily tcl-related, but you could use inotify under Linux and the > equivalent API call under Windows. I'm sure that MacOS X has something > similar. afaik, there are two paths for windows: With Callbacks: http://msdn.microsoft.com/en-us/library/bb762120%28VS.85%29.aspx and Without (via WaitMultipleObjects): http://msdn.microsoft.com/en-us/library/aa365261%28v=VS.85%29.aspx but the twapi version in the previous comment should be far easier. |