Hello,



> Found how to recompile expat to go one step further but the 

> installation still fails

>  

> thanks for any help

>  

> I have perl 5.6.1 and for different reasons I am not using 

> ppm nor CPAN

>  

>  

> I applied info 1/ and 2/ below found in sourceforge.net, then 

> recompiling  expat 1.95.1 with vc6

> and copying released files 

>  

> expat.dll, expat.exp and expat.lib 



I finally succeeded to compile after renaming the orignal expat-project

(i.e. expat-1-95, you also have to change the name in the makefile, that

comes with xml-parser).



The reason for this is, that perl-Makefiles also generates a dll with the

name expat.dll. You have to be careful not to mix two libraries.



The fix "2/[ #415911 ] missing XMLPARSEAPI for XML_DefaultCurre" was

nesecary for me also.



If you wish, I can send you the two dll's, but I have little time to make a

reasonable discription, how to install them best.



I made two experiances with the new expat:

- The crashes of the orignal versions are avoided.

- You have to be careful with non ascii-chars, they are internally handled

as native utf8. Here "use bytes;" offen helps.



Best wishes

        Wolfgang



--

Dr. Wolfgang Franzki            mailto:[EMAIL PROTECTED]

sd&m AG                         http://www.sdm.de

software design & management

Herrnstraße 57, 63065 Offenbach am Main, Germany

Tel +49 69 82901-161,  Fax -200

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to