Click here to Skip to main content
15,889,116 members
Home / Discussions / COM
   

COM

 
AnswerRe: Need help to solve issue with COM interface Pin
Jonathan Davies16-Feb-10 12:21
Jonathan Davies16-Feb-10 12:21 
AnswerRe: Need help to solve issue with COM interface Pin
KingsGambit16-Feb-10 19:14
KingsGambit16-Feb-10 19:14 
AnswerRe: Need help to solve issue with COM interface Pin
Roger Stoltz16-Feb-10 22:03
Roger Stoltz16-Feb-10 22:03 
QuestionHow to compile COM components in Visual Studio(2010).NET written in VC6.0 OR Visual Studio.NET(2003)[modified] Pin
glitteringsound16-Feb-10 1:24
glitteringsound16-Feb-10 1:24 
AnswerRe: How to compile COM components in Visual Studio(2010).NET written in VC6.0 OR Visual Studio.NET(2003 Pin
Richard MacCutchan16-Feb-10 2:43
mveRichard MacCutchan16-Feb-10 2:43 
QuestionCreating Multiple instances for com object problem Pin
Ash_VCPP15-Feb-10 23:30
Ash_VCPP15-Feb-10 23:30 
AnswerRe: Creating Multiple instances for com object problem Pin
KingsGambit16-Feb-10 21:15
KingsGambit16-Feb-10 21:15 
QuestionCreateing an Automation for COM object in plain C Pin
noel115-Feb-10 22:41
noel115-Feb-10 22:41 
I'm trying to implement a COM obj. IUnknown, IDispatch based with automation.
I’ have implemented standard COM in plain C (it is registered - with name, CLSID, InProcServerPath...).
The client for this obj. in C uses CoCreateInstance and it works fine.
CoCreateInstance refers directly to Interface thru obj. CLSID and interface IID.
I'd like to expand this implementation and provide an Automation for this object.
At the current moment when I'm trying to implement a client in script language - the client requests for IID_IUnknown, IID_IDispatch (inside ClasFactory), but not for IID of my Interface.
When I implemented IDispatch methods - GetTypeInfoCount returns E_INVALIDARG.
The Question is how to Implement an automation in plain C, with no IDL, TypeLib etc...
Any Suggestions might be useful.
noel

AnswerRe: Createing an Automation for COM object in plain C Pin
KingsGambit16-Feb-10 21:22
KingsGambit16-Feb-10 21:22 
QuestionMessage Removed Pin
10-Feb-10 18:59
John-EE10-Feb-10 18:59 
AnswerRe: C# Button Click for UART COM Pin
«_Superman_»10-Feb-10 19:07
professional«_Superman_»10-Feb-10 19:07 
QuestionClipboard through COM Pin
Adriaan Davel3-Feb-10 22:17
Adriaan Davel3-Feb-10 22:17 
AnswerRe: Clipboard through COM Pin
Stephen Hewitt4-Feb-10 23:34
Stephen Hewitt4-Feb-10 23:34 
QuestionCreating a COM object from a regular DLL (C++) Pin
etomacruz3-Feb-10 16:07
etomacruz3-Feb-10 16:07 
AnswerRe: Creating a COM object from a regular DLL (C++) Pin
Stuart Dootson3-Feb-10 20:21
professionalStuart Dootson3-Feb-10 20:21 
GeneralRe: Creating a COM object from a regular DLL (C++) Pin
etomacruz3-Feb-10 23:06
etomacruz3-Feb-10 23:06 
QuestionCOM requirment Pin
davarun19-Jan-10 4:59
davarun19-Jan-10 4:59 
AnswerRe: COM requirment Pin
Richard MacCutchan19-Jan-10 8:49
mveRichard MacCutchan19-Jan-10 8:49 
AnswerRe: COM requirment Pin
«_Superman_»19-Jan-10 18:46
professional«_Superman_»19-Jan-10 18:46 
GeneralRe: COM requirment Pin
davarun20-Jan-10 3:55
davarun20-Jan-10 3:55 
Questionexport DataGridView to excel 2007 in c# Pin
H.R18-Jan-10 18:19
H.R18-Jan-10 18:19 
QuestionDECLARE_INTERFACE macro Pin
Klempie17-Jan-10 23:41
Klempie17-Jan-10 23:41 
AnswerRe: DECLARE_INTERFACE macro Pin
Stuart Dootson18-Jan-10 0:19
professionalStuart Dootson18-Jan-10 0:19 
GeneralRe: DECLARE_INTERFACE macro Pin
Klempie18-Jan-10 0:24
Klempie18-Jan-10 0:24 
GeneralRe: DECLARE_INTERFACE macro Pin
Stuart Dootson18-Jan-10 0:44
professionalStuart Dootson18-Jan-10 0:44 

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.