You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by James Berry <jb...@criticalpath.com> on 2002/02/18 07:51:19 UTC

Mac OS X build: now relies only on CoreServices.framework

I checked in a new NetAccessor for the Mac OS X build (MacOSURLAccessCF)
that breaks the Xerces reliance on the Carbon.framework. Xerces now relies
only on the lower level CoreServices.framewrok.

The implication of this is that code calling Xerces does not need to drag in
Carbon.framework, and can thus be called from a context (such as a remote
context) that has no access to the GUI.

Updated ProjectBuilder and "unix" style command line builds for Mac OS X now
use this new NetAccessor by default. The CodeWarrior build should be able to
be convinced to use it by dint of appropriate preprocessor definitions.

-jdb


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org