Click here to Skip to main content
15,912,082 members
Home / Discussions / COM
   

COM

 
GeneralInterface definition Pin
haranath18-Feb-03 0:14
haranath18-Feb-03 0:14 
GeneralRe: Interface definition Pin
Stephane Rodriguez.18-Feb-03 1:03
Stephane Rodriguez.18-Feb-03 1:03 
GeneralRe: Interface definition Pin
haranath18-Feb-03 4:39
haranath18-Feb-03 4:39 
GeneralRe: Interface definition Pin
TimWallace18-Feb-03 6:23
TimWallace18-Feb-03 6:23 
GeneralRe: Interface definition Pin
haranath18-Feb-03 20:40
haranath18-Feb-03 20:40 
GeneralSTAThread stop my app Pin
~toki17-Feb-03 13:09
~toki17-Feb-03 13:09 
Generalcom client as a console application Pin
karanba17-Feb-03 9:52
karanba17-Feb-03 9:52 
GeneralRe: com client as a console application Pin
geo_m17-Feb-03 23:05
geo_m17-Feb-03 23:05 
check if you have correctly set the switches or how it is called.

for example if it is defined in your stdafx.h (or simply before you include any of windows/com headers):

#ifndef _WIN32_WINNT<br />
#define _WIN32_WINNT 0x0400<br />
#endif


Possibly you will need to define also version of your explorer etc.

This is because some definitions in standard windows headers are conditionally compiled and if you do not define correct switches, some functions and constants are simply ommited by the compiler - even if you can see it in headers....
GeneralRe: com client as a console application Pin
karanba18-Feb-03 11:13
karanba18-Feb-03 11:13 
GeneralRe: com client as a console application Pin
geo_m18-Feb-03 12:25
geo_m18-Feb-03 12:25 
GeneralRe: com client as a console application Pin
karanba19-Feb-03 0:07
karanba19-Feb-03 0:07 
GeneralDHTMLEdit vs. MSHTML Pin
Jonas Follesø16-Feb-03 15:33
Jonas Follesø16-Feb-03 15:33 
GeneralInvalidCastException from remote object that use COM Pin
itay_k16-Feb-03 4:44
itay_k16-Feb-03 4:44 
GeneralIClassFactory2 Pin
Raphael Amorim14-Feb-03 9:26
professionalRaphael Amorim14-Feb-03 9:26 
GeneralProblem with registering Transport Event Sink for the SMTP Service Pin
Muslima14-Feb-03 3:49
Muslima14-Feb-03 3:49 
QuestionHow to grab text from text-based apps/objects?!?!!? Solution = money! Pin
Tommy Svensson13-Feb-03 23:44
Tommy Svensson13-Feb-03 23:44 
Generalabstracting to IDispatch Pin
Zizilamoroso13-Feb-03 23:03
Zizilamoroso13-Feb-03 23:03 
GeneralCOM+ queue permissions Pin
solidstore13-Feb-03 3:15
solidstore13-Feb-03 3:15 
GeneralDeleting COM+ Queued Applications Pin
solidstore13-Feb-03 3:11
solidstore13-Feb-03 3:11 
GeneralASP and COM Pin
drugfreak12-Feb-03 5:40
sussdrugfreak12-Feb-03 5:40 
GeneralCrating a COM for WM 4.7 Pin
SQ_Lusi11-Feb-03 21:03
SQ_Lusi11-Feb-03 21:03 
GeneralCOM+ & .NET Pin
sss_dr11-Feb-03 0:33
sss_dr11-Feb-03 0:33 
QuestionHow to learn COM??? Pin
shanksprasad7-Feb-03 23:46
shanksprasad7-Feb-03 23:46 
AnswerRe: How to learn COM??? Pin
David Wulff8-Feb-03 17:25
David Wulff8-Feb-03 17:25 
AnswerRe: How to learn COM??? Pin
Giles13-Feb-03 3:26
Giles13-Feb-03 3:26 

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.