Click here to Skip to main content
16,005,236 members
Home / Discussions / COM
   

COM

 
GeneralRe: Do I have to use ATL ?? Pin
Michael P Butler13-Nov-01 3:22
Michael P Butler13-Nov-01 3:22 
QuestionHow can I detect the creation of COM "Random RPC threads" ?? Pin
Espen Harlinn9-Nov-01 3:52
professionalEspen Harlinn9-Nov-01 3:52 
GeneralDCOM on Windows 95 Pin
9-Nov-01 3:23
suss9-Nov-01 3:23 
GeneralRe: DCOM on Windows 95 Pin
Martin Bohring9-Nov-01 4:03
Martin Bohring9-Nov-01 4:03 
GeneralRe: DCOM on Windows 95 Pin
9-Nov-01 5:56
suss9-Nov-01 5:56 
GeneralRe: DCOM on Windows 95 Pin
Espen Harlinn11-Nov-01 15:31
professionalEspen Harlinn11-Nov-01 15:31 
GeneralChanging ActiveX control size(extents) Pin
8-Nov-01 5:55
suss8-Nov-01 5:55 
GeneralITypeInfo and VT_PTR Pin
8-Nov-01 5:22
suss8-Nov-01 5:22 
I have a com object generated with the ATL com wizard (VC++ 5.0) with the following method:

HRESULT Test([out] BSTR* pOutput);

But the ITypeInfo interface of this com object always report the type of its parameter as VT_PTR (26, pointer type), instead of VT_BSTR|VT_REF. In fact, any pointer parameter (long*, short*, etc.) will be reported as having type VT_PTR.

My question is, is this a bug in the implementation of the ITypeInfo interface? Any help is appreciated. Thanks.
GeneralRe: ITypeInfo and VT_PTR Pin
8-Nov-01 6:36
suss8-Nov-01 6:36 
GeneralReturning BSTR from dll not working right. Pin
7-Nov-01 23:16
suss7-Nov-01 23:16 
GeneralRe: Returning BSTR from dll not working right. Pin
cococut13-Nov-01 15:13
cococut13-Nov-01 15:13 
GeneralRe: Returning BSTR from dll not working right. Pin
13-Nov-01 21:40
suss13-Nov-01 21:40 
GeneralRe: Returning BSTR from dll not working right. Pin
Bill Wilson14-Nov-01 12:48
Bill Wilson14-Nov-01 12:48 
QuestionWhat I need to do install a component on the client machine ? Pin
7-Nov-01 9:49
suss7-Nov-01 9:49 
AnswerRe: What I need to do install a component on the client machine ? Pin
Deepak Khajuria7-Nov-01 19:08
Deepak Khajuria7-Nov-01 19:08 
GeneralCode works in break mode but not in run mode...help URGENT!!! Pin
7-Nov-01 9:46
suss7-Nov-01 9:46 
GeneralCreateThread vs. _beginthreadex Pin
Not Active7-Nov-01 6:40
mentorNot Active7-Nov-01 6:40 
GeneralRe: CreateThread vs. _beginthreadex Pin
Nemanja Trifunovic7-Nov-01 6:49
Nemanja Trifunovic7-Nov-01 6:49 
GeneralRe: CreateThread vs. _beginthreadex Pin
7-Nov-01 7:03
suss7-Nov-01 7:03 
GeneralRe: CreateThread vs. _beginthreadex Pin
Not Active7-Nov-01 14:17
mentorNot Active7-Nov-01 14:17 
GeneralHelp! WMI mem leak Pin
CPPWorker6-Nov-01 8:48
CPPWorker6-Nov-01 8:48 
GeneralLearning COM Pin
4-Nov-01 22:18
suss4-Nov-01 22:18 
GeneralRe: Learning COM Pin
Shadi Al-Kahwaji4-Nov-01 23:55
Shadi Al-Kahwaji4-Nov-01 23:55 
GeneralRe: Learning COM Pin
5-Nov-01 3:20
suss5-Nov-01 3:20 
GeneralRe: Learning COM Pin
Michael P Butler5-Nov-01 3:37
Michael P Butler5-Nov-01 3:37 

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.