in reply to Perl script to EXE to Windows Service
Is the foo.pl using some modules with XS parts? Are you sure you call pp with the right parameters? I'm using PerlApp myself and never had any problems with Win32::Daemon myself. And I do have quite a few services using that module compiled to EXEs. Anyway try to force pp to include the ...\perl\site\lib\auto\Win32\Daemon\Daemon.dll
P.S.: You might want to consider Win32::Daemon::Simple. Not that it'd help you with this problem, it's a wrapper above Win32::Daemon, but it hides some complexities.
Jenda
|
We'd like to help you learn to help yourself Look around you, all you see are sympathetic eyes Stroll around the grounds until you feel at home -- P. Simon in Mrs. Robinson |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl script to EXE to Windows Service
by punkish (Priest) on Dec 31, 2004 at 01:21 UTC | |
by Jenda (Abbot) on Dec 31, 2004 at 18:06 UTC | |
by holli (Abbot) on Dec 31, 2004 at 09:54 UTC | |
by aquarium (Curate) on Dec 31, 2004 at 10:28 UTC | |
by punkish (Priest) on Dec 31, 2004 at 13:34 UTC |