bedit.hh        - DTS-Header fr Basisklasse
bedit.idl       - IDL fr Basisklasse (wird auch von VA-C++ erzeugt)
bedit.xh        - C++-Header fr Basisklasse (kann auch vom SOM-Compiler produziert werden)
child.ico       - Icon fr smalled
clientp.cpp     - Einfacher C++-Client ohne DTS (z.B. EMX)
editor.hh       - DTS-Header
myedit.cpp      - Einfache Editorerweiterung
myedit.def      - + DEF
myedit.hh       - + DTS-Header
smalled.cpp     - Einfacher Editor, nutzt Editor-DLL, mit Erweiterung
smalled.def     - + DEF
smalled.exe     - + EXE
smalled.rc      - + Resource Datei
somedit.hh      - DTS-Header
somedit.idl     - IDL
somedit.xh      - fr C++ (auch vom SOM-Compiler produzierbar)
editdll.cpp     - Hauptmodul fr Editor-DLL
editdll.dll     - Editordll
makefile.dts    - Makefile fr VisualAge-C++
