Re: [xml] relax-ng and windows



patrick monmien com wrote:

When I try to compile the following simple program found in libxml faq
(see at the end of the message), I got the linker complaining that it
cannot find
a lot of functions: 'xmlNewTextReaderFilename', 'xmlTextReaderRead',
'xmlFreeTextReader' and 'WinMail 16'.

WinMail? Do you mean WinMain? If so, then you need to provide a main()
function to your program.

As for the other functions, I would guess that your machine has an
older version of libxml installed (one that does not contain the
xmlReader code), and that your linker is trying to use that version.



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