Demonstration Program Description |
Directory |
Quickstart - basics of storing and retrieving persistent objects.
This is the example in Chapter 2 of the user guide. |
install_dir/examples/quickstart
|
Another basic example of using PSE Pro. It consists of several
console programs. Change to the directory (cd) and enter nmake /f
win.mak test. |
install_dir/examples/hello2
|
A basic example of using PSE Pro as used in Writing
Applications with PSE Pro for C++: A Guide for the First-Time User.
|
install_dir/examples/restaurant/basic_os
|
An example of using the PSE Pro collections facility as used in
Writing Applications with PSE Pro for C++: A
Guide for the First-Time User.
|
install_dir/examples/restaurant/coll_os
|
Using the MFC library with PSE Pro and building with the MSDEV IDE.
This example uses the original MFC libraries, and not the
persistified MFC SDK, which is available by FTP. |
install_dir/examples/mfc
|
Building a simple drawing tool with PSE Pro. This program is built
with the MSDEV IDE. The framework was generated with the PSE Pro for
C++ AppWizard. |
install_dir/examples/osdraw
|
Using PSE Pro and ObjectStore in the same application. |
install_dir/examples/ostore
|
Using a persistent binary tree. This is the example used in the
tutorial documentation. |
install_dir/examples/phone
|
Visual C++ Scribble example modified to use PSE Pro instead of object
serialization as its persistence mechanism. It uses the CPSEDocument
class, which is shipped with PSE Pro. CPSEDocument is
available by including cpsedoc.h and linking against osmfc.lib
(or osmfcd.lib in debug mode). This example uses the original
MFC libraries, and not the persistified MFC SDK, which is available
by FTP. |
install_dir/examples/pse_scribble
|
Performing simple schema evolution |
install_dir/examples/schema_evol
|
Using collections |
install_dir/examples/coll
|
Using dictionaries |
install_dir/examples/dict
|