B
barcrofter
I am trying to run a word processor (WP) out-of-process in an
application that uses it to generate a postscript file. Starting the
WP and then accessing the running process seems to be possible with
MarshalByRefObject, but I dont see how to access the WP methods this
way so that I can print a file using the process. Since I have to do
this many times in the application, if I do this "in-process" using
interop I tend to have memory problems on some of the installations.
application that uses it to generate a postscript file. Starting the
WP and then accessing the running process seems to be possible with
MarshalByRefObject, but I dont see how to access the WP methods this
way so that I can print a file using the process. Since I have to do
this many times in the application, if I do this "in-process" using
interop I tend to have memory problems on some of the installations.