[Expat-discuss] using expat in lcc-win32

Vapor vapor at arizonagt.org
Tue Mar 25 18:52:15 EST 2003


um. nm, I got it figured out.  Again thanks for the help with that
XML_STATIC, I am not all that familiar with preprocessor commands and that
helped me out alot.

Vapor
----- Original Message -----
From: "Vapor" <vapor at arizonagt.org>
To: "Karl Waclawek" <karl at waclawek.net>; <expat-discuss at libexpat.org>
Sent: Tuesday, March 25, 2003 4:33 PM
Subject: Re: [Expat-discuss] using expat in lcc-win32


> Thanks a lot karl, the define helped.  I found the spot in lcc that allows
> for defines in the project and added XML_STATIC.  I was able to once again
> compile my program.  The problem I get now is it seems unable to find a
> reference to XML_ParserCreate.
>
> Next I decided to add a few simple lines of code and I broke it again.  Is
> there a reason why just adding XML_Parser parser = XML_ParserCreate(NULL);
> to my code would cause this.  I have a suspicion that the libexpat.lib
isnt
> properly added to the project or maybe I need some other files from expat
> officially added to the project but I dont really know.  I am not familiar
> at all with working outside of a single soure file.
>
> Vapor
> ----- Original Message -----
> From: "Karl Waclawek" <karl at waclawek.net>
> To: "Vapor" <vapor at arizonagt.org>; <expat-discuss at libexpat.org>
> Sent: Monday, March 24, 2003 7:51 PM
> Subject: Re: [Expat-discuss] using expat in lcc-win32
>
>
> >
> > > Thx for the reply.  I have updated it but I think my problem is
related
> to
> > > my inexperience with lcc-win32.  Does anybody have a demo project use
> with
> > > lcc-win32.  I cant seem to get it to link with the static libs at all.
> >
> > For MS VC++ you define XML_STATIC. Is lcc different?
> > Check the top of expat.h.
> >
> > Karl
>
>
> _______________________________________________
> Expat-discuss mailing list
> Expat-discuss at libexpat.org
> http://mail.libexpat.org/mailman/listinfo/expat-discuss




More information about the Expat-discuss mailing list