[Expat-discuss] Building the Project as MSVC Static Single-Threaded

nnfei nnfei@hotmail.com
Tue Mar 19 08:45:02 2002


Hi James,

I'm using expat XML parser in both Windows & Nucleus platform.
Because this parser is very small (only several c files), maybe you can
just copy its over to your project folder and treat it as a lib or what
ever.
I made it as a static lib in Nucleus. For single-threaded environment, I
didn't try.
Hope it helps,

Fei

----- Original Message -----
From: "Fred L. Drake, Jr." <fdrake@acm.org>
To: "James Stephens" <jmstephens@us.ibm.com>
Cc: <expat-discuss@lists.sourceforge.net>
Sent: Tuesday, March 19, 2002 6:31 AM
Subject: Re: [Expat-discuss] Building the Project as MSVC Static
Single-Threaded


>
> James Stephens writes:
>  > I have a console app that must be compiled using the MSVC++'s static
>  > single-threaded C run time libraries.  I would like to use an XML
config
>  > file for the application.  What can I do with expat to compile a
statically
>  > linked library?  Does anybody have any advice?
>
> On Unix, I'd just tell you to link to libexpat.a, but I don't do
> enough Windows development to know.  I do hope someone can tell you
> how to build this.
>
> Even better, if someone can produce additional "configuration"
> sections for the MSVC project file, I'd be glad to add them for the
> next release.
>
>
>   -Fred
>
> --
> Fred L. Drake, Jr.  <fdrake at acm.org>
> PythonLabs at Zope Corporation
>
> _______________________________________________
> Expat-discuss mailing list
> Expat-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/expat-discuss
>