Re: inter-process communication
"AliR (VC++ MVP)" <AliR@xxxxxxxxxxxxx> wrote in message
news:H_rOi.4694$oA2.2287@xxxxxxxxxxxxxxxxxxxxxxx
It seems that what the OP is doing isn't really inter-process
communication. It's simply a function call between an Exe and a dll. I
didn't see any place where an exe was talking to another exe.
In that case, the marshalling is not an issue, but the thread context of the
notification may still be.
-- David
.
Relevant Pages
- Auto and uptodate deployment
... so my apologies for asking what may be a common ... In short I have an application that has one EXE and several DLL's. ... What I want to achieve is some kind of notification and automatic update if ... application, are notified of a new DLL and then that DLL is downloaded, but I ... (microsoft.public.vb.general.discussion) - Re: MFC ActiveX newb needs a little help (Crossposted from ms.public.vc.mfcole)
... If so I'd probably add a COM interface to the EXE (or maybe it ... then call methods on that from your new OCX. ... never coded an activeX control before, ... how would I go about establishing communication between it and ... (microsoft.public.vc.mfc) - RE: out-of-proc activex and UAC
... No. elevation privilege is a concept based on a process. ... new thread with an exe with a different elevated privilege. ... I think the ActiveX EXE itself is not capable of doing this task. ... See the section "Enabling Communication ... (microsoft.public.vc.atl) - stop copy or duplicate
... Just looking for a way to stop a copy or duplicate of an exe. ... be no installation. ... responsible for delivering this message to the intended recipient, ... this communication is strictly prohibited. ... (borland.public.delphi.thirdpartytools.general) - Sleuth Code Watcher 3 from TurboPower
... I'm using Sleuth CodeWatcher 3, trying to debug a DLL created in D6, ... The Main program is an .EXE and the initial communication between my, ... (borland.public.delphi.thirdpartytools.general) |
|