banduwgs has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I wrote advNotify install problem on advNotify for Win98. I could sort it out.
Now when I run following code:
use strict; use Win32::AdvNotify qw (Yes No All %ActionName); my $obj = new Win32::AdvNotify() or die ("Can't create AdvNotify objec +t"); my $folder = "c:\\"; (my $thread=$obj->StartThread(Directory=>$folder,Filter=>All,WatchSubt +ree=>Yes)) or die ("Can't start thread.");
It gives following error:
Can't start thread. at test_advnotify.pl line 5, <DATA> line 164.
What might be the problem here?
Thanks in advance - SB
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: advNotify for Win98 - 2
by BrowserUk (Patriarch) on Sep 29, 2003 at 14:05 UTC | |
|
Re: advNotify for Win98 - 2
by Anonymous Monk on Sep 29, 2003 at 11:13 UTC | |
by banduwgs (Beadle) on Sep 29, 2003 at 12:26 UTC | |
|
Re: advNotify for Win98 - 2
by jacques (Priest) on Sep 30, 2003 at 00:58 UTC | |
by banduwgs (Beadle) on Sep 30, 2003 at 07:52 UTC |