>
>            I'm using Windows XP search mechanism and can't find any of
them
> (dllimport keyword). :( Can you recommend some better tool?
>
> Thank you,
> Milan

Xalan-C does not define or use the Xerces-C macros that affect Xerces-C's
class export macros.  You should look very carefully at what you did to
build Xerces-C as a static library and make sure have modified the
following lines in xercesc/util/Compilers/VCPPDefs.hpp:

   #define PLATFORM_EXPORT     __declspec(dllexport)
   #define PLATFORM_IMPORT     __declspec(dllimport)

to

   #define PLATFORM_EXPORT
   #define PLATFORM_IMPORT

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to