Hi all, i'm trying to port Xerces-C 1.2.0 to BeOS, and have import/export trouble. I have defined PLATFORM_IMPORT and PLATFORM_EXPORT allright, and i understand XercesDefs.hpp decides on which to use for each specific sub-project, like:
>#if defined(PROJ_XMLPARSER) >#define XMLPARSER_EXPORT PLATFORM_EXPORT >#else >#define XMLPARSER_EXPORT PLATFORM_IMPORT >#endif but I cannot figure where PROJ_XMLPARSER (or the other PROJ_xxx) is being defined. In the Makefile?? I guess knowing this would help me quite a bit :) please help. -daniel --- Daniel Fischer [EMAIL PROTECTED] http://f3c.com/