Click here to Skip to main content
15,892,737 members
Home / Discussions / COM
   

COM

 
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 
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 
yes. im just a newbie for com. But the question is upgrading, although i had learnt how to implement it from ADO. Here, class A has B type member pointer, but B is a union type, which can point to a A object or anther different object:
class A{
//some other members
struct B* m_pB;
};
struct B{
int type;//indicate the type of next field
union{
char* szText;
class A* pA;
}data;
};
if i translate it to interface, that, i can get IB from IA, but if IB instance's data field point to any IA object, how should i get the IA object? if i get IA object as normal, the previous IA object,the owner of IB, would lost its attributes! right?
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 Pin
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 
QuestionDEVICE COM PORT PROBLEMS IN BIOS Pin
Mr. Noatak10-Mar-09 12:04
Mr. Noatak10-Mar-09 12:04 
AnswerRe: DEVICE COM PORT PROBLEMS IN BIOS Pin
Jonathan Davies10-Mar-09 23:29
Jonathan Davies10-Mar-09 23:29 
GeneralRe: DEVICE COM PORT PROBLEMS IN BIOS Pin
Mr. Noatak11-Mar-09 11:34
Mr. Noatak11-Mar-09 11:34 
GeneralRe: DEVICE COM PORT PROBLEMS IN BIOS Pin
Jonathan Davies11-Mar-09 12:47
Jonathan Davies11-Mar-09 12:47 
QuestionActiveX component can't create object Pin
KSowmya10-Mar-09 5:49
KSowmya10-Mar-09 5:49 
AnswerRe: ActiveX component can't create object Pin
Jonathan Davies10-Mar-09 6:18
Jonathan Davies10-Mar-09 6:18 

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.