[xml] libxml2 on embedded visual
- From: "Chris Poppe" <Chris Poppe ugent be>
- To: <xml gnome org>
- Subject: [xml] libxml2 on embedded visual
- Date: Tue, 5 Oct 2004 08:57:58 +0200
Hello,
I thought that libxml2 could be used on embedded systems and am still
trying to run it on embedded visual c++. What I have done now is simply
start a new project, add the libxml2.lib and try calling the xmlReader.
Like this:
#include <libxml/tree.h>
#include <libxml/xmlreader.h>
...
xmlTextReaderPtr XMLTextReaderPtr;
char *did="./content/bsac_22khz.xml";
XMLTextReaderPtr = xmlNewTextReaderFilename(did);
...
The result is that in visual c++ everything works fine but embedded
visual c++ just gives a linking error:
libxml.obj : error LNK2019: unresolved external symbol
xmlNewTextReaderFilename referenced in function WinMain
ARMV4Dbg/libxml.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
I have made sure that my project settings are the same in VC as in EVC,
can anybody help me?
Greets
Chris
Ghent University - Multimedia Lab
Sint-Pietersnieuwstraat 41
B-9000 Ghent, Belgium
tel: +32 9 264 89 17
fax: +32 9 264 35 94
e-mail: Chris Poppe ugent be
URL: http://multimedialab.elis.ugent.be
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]