Hi,
I put in some time studying 'Marshalling of an Interface pointer' from the book 'Inside COM+ by Eddon and Eddon'.
This is what I have understood:
Marshalling an interface pointer involves re-creating the interface's v-table in the clients address space.
The v-table is fabricated by loading...
Hi volkoff,
I put in some time studying 'Marshalling of an Interface pointer' from the book 'Inside COM+ by Eddon and Eddon'.
This is what I have understood:
Marshalling an interface pointer involves re-creating the interface's v-table in the clients address space.
The v-table is fabricated by...
I can transfer an interface, however I need to transfer implementation as well.
I need to transfer an object (containing member data and methods). How can I do that?
Thank Q,
Santhosh
Hi,
I need to transfer a class from my COM client to my COM server.
MIDL does not recognize classes, hence the following IDL code is incorrect (MIDL says "undefined symbol : class") :
// component.idl
import "unknwn.idl";
class Arithemetic
{
public:
void Multiply(int x...
Hi,
I need to transfer a class from my COM client to my COM server.
MIDL does not recognize classes, hence the following IDL code is incorrect (MIDL says "undefined symbol : class") :
// component.idl
import "unknwn.idl";
class Arithemetic
{
public:
void Multiply(int x...
Hello,
As part of my school thesis I plan to design and develop a 'Mobile Agent framework'.
I intend to begin with a simple prototype:
1. Move an executable component from one machine to another
2. Have the executable component run on the destination machine
3. Move the executable component...
Hello,
As part of my school thesis I plan to design and develop a 'Mobile Agent framework'.
I intend to begin with a simple prototype:
1. Move an executable component from one machine to another
2. Have the executable component run on the destination machine
3. Move the executable component...
Hi,
I'm new to XML programming in the VC++ environment.
I tried to create a DOM object witht the sample code on the MSDN site. The compiler is unable to locate the msxml2 header file.
Where can I download the API/header file?
Is there a package to be downloaded?
Thank you,
Santhosh
Hello all,
I've been trying to setup a DLL running through the dllhost.exe surrogate, but have had no success for over a week.
Please let me know where I can find sample code for using the default surrogate dllhost.exe (VC++)
BTW, can u have a DLL surrogate, where the DLL is not registered as...
Using INPROC would load the DLL in the same process (exe) as my client.
I need to use LOCAL so that it is loaded in a seperate process (dllhost.exe)
TY,
Santhosh
Hello all,
My DLL component works fine, but I'm having trouble running it under the default surrogate "dllhost.exe".
I've tried to run the DLL under the default surrogate by making these changes:
Changes to registry: Add AppID pointer, Fill up AppID...
Hello,
I would like to create a DLL surrogate.
I have already developed my DLL, how can I convert this into a surrogate (using the default dllhost.exe)? I'm looking for clear and detailed instruction on how to do that.
Thank you,
Santhosh
Hello all,
My DLL component works fine, but I'm having trouble running it under the default surrogate "dllhost.exe".
I've tried to run the DLL under the default surrogate by making these changes:
Changes to registry: Add AppID pointer, Fill up AppID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.