Re: DCOM
- From: "hula" <b@xxxxxxxx>
- Date: 2 Nov 2006 07:19:15 -0800
hula schrieb:
Hello
i am new to COM/DCOM and have some basic questions.
Whats the best way to share a COM object to a client via DCOM?
My Problem is following: i have build up an ATL-COM-Server (Exe). The
COM-Server loads some Library with <pragma lib> in stdafx.h
This lib is only present on the server not on the client.
My COM server needs to be called from the client within a VB
application.
My problem is i can't register the COM server on the client, as the
pragma-lib (and the underlying dll, which is loaded automaticly by the
pragma lib call) is missing on the client.
Whats the best way to solve this problem?
The only way i see is to build up a wrapper for the server-object and
also a wrapper for the wrapper?
The server interface is dual and derived from CComSingleThreadModel.
tia
I forgot to mention that i already tryed to register the server-TLB on
the client, but got the errormessage: Interface not registered in the
vb-app on the client.
.
- Follow-Ups:
- Re: DCOM
- From: Brian Muth
- Re: DCOM
- References:
- DCOM
- From: hula
- DCOM
- Prev by Date: DCOM
- Next by Date: Re: DCOM
- Previous by thread: DCOM
- Next by thread: Re: DCOM
- Index(es):
Relevant Pages
|