"Peter K�ller" <[EMAIL PROTECTED]> writes:

> > This is really excellent news! I'm glad that we can say there is
> > something available for windows.
> 
> Yes, that sounds really good!
> 
> I installed the XML-Xerces from www.xmlproj.com/PPM, but I have problems
> trying an example. I used domprint.pl which shows the following error:
> 
> ---
> Can't load 'D:/Perl/site/lib/auto/XML/Xerces/Xerces.dll' for module
> XML::Xerces:
>  load_file:Ein der f�r die Ausf�hrung dieser Anwendung notwendige
> Bibliothekdate
> ien kann nicht gefunden werden at D:/Perl/lib/DynaLoader.pm line 206.
>  at D:/Perl/site/lib/XML/Xerces.pm line 7
> Compilation failed in require at domprint.pl line 71.
> BEGIN failed--compilation aborted at domprint.pl line 71.
> ---
> 
> Because the file Xerces.dll was correctly installed in the named directory,
> I don't know why it cannot be load?
> 
> Any suggestions?

This is a confusing error message, but if you actually read the
DynaLoader module, they put a big comment right at line 206 explaining
that it's about to call dl_open(), and so if you hit a problem in your
dll, the only error message perl can give you is from this line...

So, you've got a dynamic loading problem. Some symbol is likely
undefined for you.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to