look at module Config. This is the module which installs all
converters and also the OLE importers and exporters. In your
linked application, there must be
a) similar calls as in the linked module Config, and
b) the modules mentionned in these setup calls have to be
linked as well.
For example, in order to read text files, you have to
a) call Converters.Register("HostTextConv.ImportText",=20
"HostTextConv.ExportText", "TextViews.View", "txt", {0});
in Config.Setup and
b) you have to link module HostTextConv to your application.
Hope, this answers your question.
- Dominik
--------------------------------------------------------------
Dr. Dominik Gruntz
Oberon microsystems, Inc., Technoparkstrasse 1, CH-8005 Zurich
gruntz@oberon.ch
tel ++41-1-445-1751
fax ++41-1-445-1752