Click here to Skip to main content
15,895,142 members
Home / Discussions / COM
   

COM

 
QuestionCOM and deriveing Pin
orafal17-Mar-09 22:23
orafal17-Mar-09 22:23 
AnswerRe: COM and deriveing Pin
kcynic17-Mar-09 23:55
kcynic17-Mar-09 23:55 
AnswerRe: COM and deriveing Pin
«_Superman_»18-Mar-09 22:56
professional«_Superman_»18-Mar-09 22:56 
AnswerRe: COM and deriveing Pin
CurtD20-Mar-09 15:00
CurtD20-Mar-09 15:00 
QuestionHow To Import And Use COM+ EXE [modified] Pin
Ash_VCPP17-Mar-09 21:01
Ash_VCPP17-Mar-09 21:01 
AnswerRe: How To Import And Use COM+ EXE Pin
Baltoro21-Mar-09 7:50
Baltoro21-Mar-09 7:50 
GeneralRe: How To Import And Use COM+ EXE Pin
Ash_VCPP24-Mar-09 23:01
Ash_VCPP24-Mar-09 23:01 
QuestionHow to use COM in such condition? Pin
kcynic16-Mar-09 19:48
kcynic16-Mar-09 19:48 
im a com beginner, i know its more complex than normal usage. Here i list some classes as following:

class A{
//...some member variables, such as c strings, and other class variables
};
class B{
//...some member variables, such as c strings, and other class variables
};
class C{
//...some member variables, such as c strings, and other class variables

A* m_pAobjects;
B* m_pBobjects;
};

In the project, there would be only one instance of class C, but there would be more than one B instances and A instance; And i can create one C instance, which will read some data from some files or generate some data on the fly; and i can get the count of its internal A or B instances, retrieve specified objects from the instances.
But, i don't know how to design the project to com architecture. My main problem is,how to design and implement the interfaces? and how to transfer the parameters between the com client and the server?

thanks
AnswerRe: How to use COM in such condition? Pin
Jonathan Davies17-Mar-09 3:06
Jonathan Davies17-Mar-09 3:06 
GeneralRe: How to use COM in such condition? Pin
Jonathan Davies17-Mar-09 3:10
Jonathan Davies17-Mar-09 3:10 
GeneralRe: How to use COM in such condition? Pin
kcynic17-Mar-09 13:11
kcynic17-Mar-09 13:11 
GeneralRe: How to use COM in such condition? Pin
kcynic18-Mar-09 15:39
kcynic18-Mar-09 15:39 
GeneralRe: How to use COM in such condition? Pin
Jonathan Davies19-Mar-09 1:00
Jonathan Davies19-Mar-09 1:00 
GeneralRe: How to use COM in such condition? Pin
kcynic19-Mar-09 2:25
kcynic19-Mar-09 2:25 
GeneralRe: How to use COM in such condition? Pin
Jonathan Davies19-Mar-09 2:59
Jonathan Davies19-Mar-09 2:59 
GeneralRe: How to use COM in such condition? Pin
kcynic19-Mar-09 3:17
kcynic19-Mar-09 3:17 
Questioncustomizing context menu in MS Outlook Pin
nikhil3116-Mar-09 17:58
nikhil3116-Mar-09 17:58 
Questionusing COM objects from Java that runs on SUN Java VM under MS platforms Pin
Varghese Paul M16-Mar-09 1:22
Varghese Paul M16-Mar-09 1:22 
QuestionActiveX call OLEDraw to draw Flash(swf) failed, only under Internet Explorer PinPopular
l_arrow14-Mar-09 18:26
l_arrow14-Mar-09 18:26 
QuestionActive X Control properties - Usage Pin
AssemblySoft13-Mar-09 3:07
AssemblySoft13-Mar-09 3:07 
QuestionEudora Plugin problem Pin
Crazy Kiya re12-Mar-09 20:40
Crazy Kiya re12-Mar-09 20:40 
QuestionCOMException Pin
Reetu Singh11-Mar-09 18:00
Reetu Singh11-Mar-09 18:00 
AnswerRe: COMException Pin
CPallini12-Mar-09 10:40
mveCPallini12-Mar-09 10:40 
QuestionOpen source my OIOIC, a completely new object-oriented mechanism for the C. [modified] Pin
pervise.zhao10-Mar-09 20:36
pervise.zhao10-Mar-09 20:36 
AnswerRe: Open source my OIOIC, a completely new object-oriented mechanism for the C. Pin
pervise.zhao11-Mar-09 15:56
pervise.zhao11-Mar-09 15:56 

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.