Re: convert COM dll to DCOM
- From: "m.posseth" <michelp@xxxxxxxxxxxxxxx>
- Date: Wed, 28 Dec 2005 21:12:14 +0100
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.
>
.
- Follow-Ups:
- Re: convert COM dll to DCOM
- From: Dmitriy Antonov
- Re: convert COM dll to DCOM
- References:
- convert COM dll to DCOM
- From: IMRAN SAROIA
- Re: convert COM dll to DCOM
- From: m.posseth
- Re: convert COM dll to DCOM
- From: Dmitriy Antonov
- convert COM dll to DCOM
- Prev by Date: Re: convert COM dll to DCOM
- Next by Date: Re: convert COM dll to DCOM
- Previous by thread: Re: convert COM dll to DCOM
- Next by thread: Re: convert COM dll to DCOM
- Index(es):
Relevant Pages
|