> Well technically IINM the exe still has a dll that gets mapped in that > stubs out and passes the calls off to the "real" exe out of proc.
Yes, exactly, but in most cases this is not something you write yourself. Either the VC wizards generate its source files, or you'll be using the default Automation marshaler (which can be used only if your interfaces are oleautomation compatible. > And I believe the ocx is treated > like the dll, it's mapped in. Like I said, I guess so too, but COM DLLs can be out-of-proc (though I doubt ActiveX controls can be so as well.) ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [email protected] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] You had not yet sought yourselves: then you found me. So do all believers; thus all belief matters so little. -Thus Spoke Zarathustra, F. W. Nietzsche _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
