Re: convert COM dll to DCOM

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



mwaa

Set objremoteprog = CreateObject("remoteprog.classname",
"remotemachinename")

might work when the correct security settings are set ,,, i will not give
you much chance in reall life :-)

regards

Michel Posseth [MCP]



"Dmitriy Antonov" <antonovdima@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:Opt%23wN4CGHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
>
> "m.posseth" <michelp@xxxxxxxxxxxxxxx> wrote in message
> news:e9Us1%23VCGHA.336@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> syntax ???
>>
>> AFAIK ,,, they are the same the only reall difference is that a true
>> DCOM Component runs on a MTS server
>>
>> regards
>>
>> Michel Posseth [MCP]
>>
>
> I wouldn't say that. DCOM and MTS are synonyms or DCOM is just part of
> MTS. IMO, DCOM is totally independent from MTS (while MTS depends on
> DCOM). There are a lot of uses for remote ActiveX components with no MTS
> in mind at all.
>
> There is no specific syntax here. There are specifics though. For example,
> unless your library is built to run in MTS/COM+ environment (or under
> another hosting process), it should be Active.EXE. There are a lot of
> specifics related to different nature of in-process and out-of-process
> servers. There can be a lot of issues with proper security settings,
> especially if server uses callbacks and/or events and/or calls to other
> servers. But again, syntax, technically, remains the same and ideally it
> is possible just to change type of project from ActiveX.dll to ActiveX.exe
> and compile it with Remote Server Files checked (Project
> Properties ->Component).
>
> See MSDN and search online for additional details as for those specifics
> and for installation procedures.
>
> Dmitriy.
>


.



Relevant Pages

  • Re: Remote DCOM on WinCE 6.0
    ... Now we're focussing on loading the server ... as in the client case. ... applet's Network ID tab to be a user name and password that the remote ... Once you have all of that, run your DCOM client application in the ...
    (microsoft.public.windowsce.embedded)
  • Re: Remote DCOM on WinCE 6.0
    ... as in the client case. ... allowing the selected user name to start the server or, at least, access the ... You have to make sure that your code to actually create the remote ... Once you have all of that, run your DCOM client application in the ...
    (microsoft.public.windowsce.embedded)
  • Re: Remote DCOM on WinCE 6.0
    ... In fact, the WinCE device will run the server, not the client. ... You have to make sure that your code to actually create the remote object ... Once you have all of that, run your DCOM client application in the debugger ...
    (microsoft.public.windowsce.embedded)
  • Re: Setup instructions for DCOM on Windows 2000 server
    ... Just as a general note - I wouldn't call my component "DCOM". ... Server & Client machines are both running Windows XP ... Everyone for Local Launch, Remote Launch, Local Activation, Remote ...
    (microsoft.public.vb.winapi)
  • Re: Remote DCOM on WinCE 6.0
    ... local server in dllhost.exe. ... as in the client case. ... applet's Network ID tab to be a user name and password that the remote ... Once you have all of that, run your DCOM client application in the ...
    (microsoft.public.windowsce.embedded)