Next Previous Contents

SALOME Kernel resources for developer

Antoine Yessayan, Paul Rascle

Version 0.1 January 16, 2002


ABSTRACT


This document describes the development environment for C++ and Python. Makefiles generation and usage are introduced in another document: "using the SALOME configuration and building system environment". Development environment is intended here as: trace and debug macros usage; SALOME exceptions usage, in C++ and Python; user CORBA exceptions usage, in C++ and Python, with and without Graphical User Interface; some general purpose services such as singleton, used for CORBA connection and disconnection.

1. Trace and debug Utilities

2. Exceptions

3. Miscellaneous tools


Next Previous Contents