No, you can't share a class instance across processes. You can use a
memory-mapped file to share data though.
-Chris
> Hi all,
>
[quoted text clipped - 4 lines]
>
> Thanks.
Daniel Moth - 20 Jan 2006 21:27 GMT
...also see this for additional IPC info:
http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-1.html
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
> No, you can't share a class instance across processes. You can use a
> memory-mapped file to share data though.
[quoted text clipped - 9 lines]
>>
>> Thanks.