|
-
February 27th, 2007, 06:28 AM
#3
Re: Adding a method to the IDL without using the Wizard
Thanks Siddaharth,
My COM DLL is already in use by VB and .NET clients. The problem I am facing is actually that the new methods that I have add to the COM DLL are not exposed to VB/.NET clients (probably not exposed to any body).
My IDL interface defination confirms to what you have suggested:
Code:
interface IMyComClass : IDispatch
{
}
Even after updating .IDL, .CPP and .H file for new methods, my new methods are still not exposed.
Regards,
*(Vipul)( ) ;
(*Vipul)() ; 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|