[Expat-discuss] Trouble using static expat in MS VC 6

Karl Waclawek karl@waclawek.net
Thu Nov 21 22:14:01 2002



> On Thu, 21 Nov 2002, Oriol wrote:
> 
> >
> > Hi,
> > I've installed and successfully built expat 1.95.5 under Visual C 6.
> > However, problems arise when I try to use it.
> [...]
> >Furthermore I've declared the symbol XML_STATIC in
> 
> For me, #defining _STATIC (without XML) works. Look into expat.h, line 21.
> If your copy doesn't check this symbol, ensure you have all symbols
> leading to "type __cdecl" version of XMLPARSEAPI(type).

I forgot how it was in 1.95.5, but the current CVS requires XML_STATIC
instead of _STATIC.

Karl



More information about the Expat-discuss mailing list