On Thu, Jul 19, 2001 at 08:40:25AM -0700, Daniel Walker wrote:
Marcus Meissner wrote:
Please read the Introduction to OLE , especially the messy and very hard understandable parts on Proxies and Stubs and Marshalling.
This is what is basically needed to implement :/
Where is that, the Introduction to OLE?
It was part of the MSDN Library or available as a book. Dunno where it got to. (Check msdn.microsoft.com)
Maybe this is laughable , but it seems like we should be able to eliminate the Marshaling since we're dealing with something that is effectively a DLL .. Maybe I'm misguided in thinking that it's "effectively a DLL" ?
No, we need an extra process.
The 'Dll only' approach is an 'in-process' server, these already work.
Ciao, Marcus