Click here to Skip to main content
15,886,771 members
Home / Discussions / COM
   

COM

 
AnswerRe: accessing a com from remote machine Pin
quantimizer18-Feb-10 17:49
quantimizer18-Feb-10 17:49 
GeneralRe: accessing a com from remote machine Pin
tasumisra18-Feb-10 18:35
tasumisra18-Feb-10 18:35 
QuestionHelp in presentation Pin
tasumisra16-Feb-10 18:28
tasumisra16-Feb-10 18:28 
AnswerRe: Help in presentation Pin
Richard MacCutchan16-Feb-10 19:28
mveRichard MacCutchan16-Feb-10 19:28 
QuestionNeed help to solve issue with COM interface Pin
sukumarvenkata16-Feb-10 3:28
sukumarvenkata16-Feb-10 3:28 
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 
Make sure that

  1. all threads that create COM servers are pumping messages, i.e. they are UI threads
  2. every thread that do any kind of COM stuff initializes the COM library with a call to ::CoInitialize() or one of its equivalents
  3. your proxy-stub is properly registered, or your typelib is properly registered if your doing typelib marshalling


Using the GIT for marshalling works very well.

"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


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 
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 

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.