Next: Plug-in Architecture
Up: Developer Manual
Previous: Environment
Contents
Reusing code in another environment has been made relatively easy by
shielding most operating system specific calls from the general code. All library loading, networking and
window manager specific calls have been placed in specialized functions that can be overridden with
limited effort. The XML parser calls exist solely in the datalibrary module. Unfortunately they can
be found throughout this module, so it will be harder to replace them.
2002-08-28