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

COM

 
GeneralWhat's wrong with the convertion?:ostringstream->CComVariant Pin
29-Aug-01 3:57
suss29-Aug-01 3:57 
GeneralCannot access classview information file Pin
29-Aug-01 2:20
suss29-Aug-01 2:20 
GeneralRe: Cannot access classview information file Pin
Adrian Metcalfe29-Aug-01 2:53
Adrian Metcalfe29-Aug-01 2:53 
Generalproble in releasing the pointer Pin
pathi29-Aug-01 2:12
pathi29-Aug-01 2:12 
GeneralRe: proble in releasing the pointer Pin
Not Active29-Aug-01 2:59
mentorNot Active29-Aug-01 2:59 
QuestionHow to use MFC classes in ATL(Service) Project? Pin
zhaoyong28-Aug-01 23:20
zhaoyong28-Aug-01 23:20 
AnswerRe: How to use MFC classes in ATL(Service) Project? Pin
Not Active29-Aug-01 3:05
mentorNot Active29-Aug-01 3:05 
AnswerRe: How to use MFC classes in ATL(Service) Project? Pin
Bill Wilson14-Sep-01 14:22
Bill Wilson14-Sep-01 14:22 
1. Link in the MFC libraries (either static or dynamic) using the project settings wizard.

2. Add #include <afxdisp.h> to StdAfx.h atter the #define STRICT line...

You must be using VC 6 for this to work. If using earlier versions its a little harder. MSDN has an article. "How to add MFC to ATL...

Here's is a snip from one of mine.


#define STRICT
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
#endif
#include <afxdb.h>
#include <afxdisp.h>
#define _ATL_FREE_THREADED

#include <atlbase.h>


Thanks for the help,
Bill
GeneralCalling a VB COM+ DLL from a C client Pin
28-Aug-01 22:18
suss28-Aug-01 22:18 
GeneralStrange problem with a NT Service registration Pin
28-Aug-01 22:10
suss28-Aug-01 22:10 
GeneralActive X distribution for web content Pin
Jared Allen28-Aug-01 18:22
Jared Allen28-Aug-01 18:22 
QuestionHow to install com+ with program and.... Pin
Sandos Ganzales28-Aug-01 16:30
Sandos Ganzales28-Aug-01 16:30 
GeneralDifference !!! Pin
Hadi Rezaee28-Aug-01 1:16
Hadi Rezaee28-Aug-01 1:16 
GeneralRe: Difference !!! Pin
28-Aug-01 1:47
suss28-Aug-01 1:47 
GeneralRe: Difference !!! Pin
Not Active28-Aug-01 10:54
mentorNot Active28-Aug-01 10:54 
GeneralRe: Difference !!! Pin
Ben M. Stokland5-Sep-01 21:11
Ben M. Stokland5-Sep-01 21:11 
Generalasynchronous property Pin
Maer72728-Aug-01 0:04
Maer72728-Aug-01 0:04 
GeneralAbout "EnableCompoundFile" Pin
Maer72728-Aug-01 0:03
Maer72728-Aug-01 0:03 
Generalproblem with variant Pin
madhavil27-Aug-01 21:21
madhavil27-Aug-01 21:21 
GeneralRe: problem with variant Pin
Rashid Thadha30-Aug-01 12:26
Rashid Thadha30-Aug-01 12:26 
Generalproblem with disparams Pin
27-Aug-01 21:12
suss27-Aug-01 21:12 
GeneralCOM - Datatypes in Transition Pin
27-Aug-01 21:10
suss27-Aug-01 21:10 
QuestionHELP!!! How to Release Memory in COM? Pin
27-Aug-01 15:55
suss27-Aug-01 15:55 
AnswerRe: HELP!!! How to Release Memory in COM? Pin
pathi29-Aug-01 2:12
pathi29-Aug-01 2:12 
GeneralProblem w/win95a and Win98 ActiveX Registration Pin
ndfspeed27-Aug-01 8:15
ndfspeed27-Aug-01 8:15 

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.