Click here to Skip to main content
15,906,081 members
Home / Discussions / COM
   

COM

 
GeneralRe: An Outlook plug-in issue Pin
dorutzu9-Oct-03 14:09
dorutzu9-Oct-03 14:09 
GeneralThread Pin
Anthony98871-Oct-03 3:55
Anthony98871-Oct-03 3:55 
GeneralRe: Thread Pin
billdwilson31-Oct-03 9:44
billdwilson31-Oct-03 9:44 
GeneralCOM-Marshaling-IUnknown as method param Pin
ceno1-Oct-03 3:29
ceno1-Oct-03 3:29 
GeneralAcrobat Distiller OLE/COM Automation Pin
HooK.NET1-Oct-03 1:49
HooK.NET1-Oct-03 1:49 
GeneralRe: Acrobat Distiller OLE/COM Automation Pin
Steve S1-Oct-03 3:12
Steve S1-Oct-03 3:12 
GeneralRe: Acrobat Distiller OLE/COM Automation Pin
HooK.NET1-Oct-03 3:29
HooK.NET1-Oct-03 3:29 
Generaltyplib marshalling or custom marshalling Pin
umarcool29-Sep-03 4:29
umarcool29-Sep-03 4:29 
Hi there,
I am implementing connection points and i would like to know one thing here that is it possible to do custom marshalling with connection points.

My outgoing interface is something like this,
interface _INBDatabaseHandlerEvents
{
[helpstring("method RecieveBackupInfo")] HRESULT RecieveBackupInfo([in] BackUpInfo* bakupinfo);
}

where backupinfo is my own defined structue using multiple data types and they may not be automation compliant.
i have manually edited the coclass to
[default, source] interface _INBDatabaseHandlerEvents;

dispinterface removed and my object derives from IUnknown now.

QUESTION:
At the client side what should i do include .tlb or .h and .c for interfaces uuid.

And if provide only typelib information would it work if i have registered the proxy stub as well.
And i am just using the typelib to help the coz of not using .c and .h files from server

QUESTION:
how can i include .c file in different cpp for using cocreateinstance. It is not possible but i need the uuids for instantiating the objects.
Should i use typelib for custom interfaces with custom defined parameters it would make a difference or not.

Thanks in advance.
I'm looking forward for an urgent reply.

QuestionHow to add a new protocol for Internet explorer? Pin
Robert Mao28-Sep-03 5:17
Robert Mao28-Sep-03 5:17 
AnswerRe: How to add a new protocol for Internet explorer? Pin
Tomas Petricek28-Sep-03 10:51
Tomas Petricek28-Sep-03 10:51 
GeneralQuestion about Com Process Pin
FeedFood27-Sep-03 0:01
sussFeedFood27-Sep-03 0:01 
GeneralRe: Question about Com Process Pin
umarcool29-Sep-03 19:14
umarcool29-Sep-03 19:14 
Generalunhandle exception using CreateDispatch Pin
danielferre26-Sep-03 2:04
danielferre26-Sep-03 2:04 
GeneralRe: unhandle exception using CreateDispatch Pin
Steve S26-Sep-03 4:34
Steve S26-Sep-03 4:34 
GeneralRe: unhandle exception using CreateDispatch Pin
danielferre26-Sep-03 6:12
danielferre26-Sep-03 6:12 
GeneralRe: unhandle exception using CreateDispatch Pin
jmkhael1-Oct-03 5:17
jmkhael1-Oct-03 5:17 
GeneralRe: unhandle exception using CreateDispatch Pin
danielferre1-Oct-03 5:27
danielferre1-Oct-03 5:27 
GeneralPlease help on sending text data efficiently Pin
FearlessBurner25-Sep-03 3:06
FearlessBurner25-Sep-03 3:06 
GeneralRe: Please help on sending text data efficiently Pin
valikac25-Sep-03 6:18
valikac25-Sep-03 6:18 
GeneralRe: Please help on sending text data efficiently Pin
Steve S25-Sep-03 22:33
Steve S25-Sep-03 22:33 
GeneralRe: Please help on sending text data efficiently Pin
FearlessBurner2-Oct-03 12:11
FearlessBurner2-Oct-03 12:11 
GeneralNew transaction cannot enlist( critical error) Pin
akshya25-Sep-03 2:28
akshya25-Sep-03 2:28 
GeneralProblem - Value not excepted Pin
Daniel Strigl25-Sep-03 1:14
Daniel Strigl25-Sep-03 1:14 
QuestionDesign mode? Pin
Daniel Strigl25-Sep-03 0:16
Daniel Strigl25-Sep-03 0:16 
AnswerRe: Design mode? Pin
Abhishek Srivastava19-Oct-03 21:07
Abhishek Srivastava19-Oct-03 21:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.