Hans Leidekker hans@it.vu.nl wrote:
BTW, if you feel like working on something, programs/winecfg is a good start. All you need is C and Win32 programming an you're all set. Besides, it blocks a big chuck of the 0.9 TODO: http://www.dssd.ca/wine/Wine-0.9-TODO.html#winecfg
Well, thanks for the hint, but I think I'll go back to that regression test I started for file change notifications then.
Is this about SHChangeNotify() or do you mean low level file system events? The first has currently a serious problem with notifications for files which don't exist anymore. I'm working currently on it, to make this work.
Rolf Kalbermatter
On Tuesday 08 April 2003 22:36, Rolf Kalbermatter wrote:
Well, thanks for the hint, but I think I'll go back to that regression test I started for file change notifications then.
Is this about SHChangeNotify() or do you mean low level file system events? The first has currently a serious problem with notifications for files which don't exist anymore. I'm working currently on it, to make this work.
I mean FindFirstChangeNotification() & friends for which an implementation has recently slipped in.
-Hans