[xml] (no subject)



Hi,
I am using libxml2 so that the same code can be compiled both on linux and windows platform. Fortunately runs great on linux, but on windows platform when the program runs I get a memory exception (segfault) at xmlParseFile. On linux path name used in xmlParseFile is "/var/books.xml" but on windows I used "D:\books.xml" Running on windows throws out Null memory handling exception

I picked up the windows binaries from zlatovic (libxml version 2.6.7) and linked my code to this dll.

I have few questions:
1. When I use as xmlParseFile("D:\books.xml") to parse the file, I get a memroy exception(segfault). I am unable to debug as this binary is not debug version. Please let me know if I am doing something wrong. 2. Please help me in finding some pointers to create a debug version of libxml dll from the sources

Please help
-vaishnav

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar ? get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]