On Mon, 31 Oct 2005, Bastad David wrote:
Thanks for your help!!!
I installed PAR-587 but still have the "perl58dll" error
message.
As others have suggested, this is strange ...
- does this error occur when building the executable,
or when running it? What perl versions are used?
- if you're using perl-5.8.7 (ActivePerl 813) to build
things, did you completely remove any prior PAR
installation before installing PAR-587?
Also,I still have the following error when I run
my executable " Can't locate object method "new" via
package "XML::SAX::PurePerl" at XML/SAX/ParserFactory.pm
line 43.
Does inserting the following:
---------------------------------------------------
use XML::SAX;
XML::SAX->add_parser(q(XML::SAX::PurePerl));
---------------------------------------------------
in your script help with this error?
--
best regards,
randy kobes