Just a small additon re. the NetAccessor:
- Original Message -
From: <[EMAIL PROTECTED]>
> >(3) What is the XML_USE_NETACCESSOR_WINSOCK? What does this do?
> I use this define in my project settings but I'm not sure what it's
good
> for.
Normally, each platform may choose between a few
Dear James,
>(1) I get one error:
>
>Xerces\xerces-c-src1_7_0\src\xercesc\util\Platforms\Win32\Win32PlatformUtils.cpp(92)
>
>: fatal error C1189: #error : A transcoding service must be chosen
>
>What is the transcoding service? Should I make it the same as the DLL
>(XML_USE_WIN32_TRANSCODER)
:
2002-03-19 00:50 Subject: Antwort: Building Static
Single-Threaded Xerces Library [WatchDog
Please respond to checked]
xerces-c-dev
Dear James,
To build a static library change the file
xerces\src\xercesc\util\Compilers\VCPPDefs.hpp:
Replace the lines
#define PLATFORM_EXPORT __declspec(dllexport)
#define PLATFORM_IMPORT __declspec(dllimport)
with
#ifdef XERCES_HAS_LIB
#define PLATFORM_E
Note: This query is specific to MSVC++ v6.0
I have an application that must use the static single-threaded C run time
libraries. The projects that come with the default download build dll's
and therefore are not compatible with the application. I want to use
Xerces in the application. Does any