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

COM

 
GeneralRe: IDL question Pin
Jörgen Sigvardsson16-Jan-05 12:04
Jörgen Sigvardsson16-Jan-05 12:04 
GeneralInvoking methods on interface marked as appobject from C++ client Pin
Martin Andersen14-Jan-05 1:33
Martin Andersen14-Jan-05 1:33 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Vi214-Jan-05 4:36
Vi214-Jan-05 4:36 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Martin Andersen14-Jan-05 4:45
Martin Andersen14-Jan-05 4:45 
GeneralRe: Invoking methods on interface marked as appobject from C++ client Pin
Vi214-Jan-05 5:35
Vi214-Jan-05 5:35 
GeneralFound it! Pin
Martin Andersen14-Jan-05 7:23
Martin Andersen14-Jan-05 7:23 
GeneralCOM : +/- ATL Pin
Malcolm Smart14-Jan-05 1:11
Malcolm Smart14-Jan-05 1:11 
GeneralRe: COM : +/- ATL Pin
Martin Koorts14-Jan-05 3:15
Martin Koorts14-Jan-05 3:15 
Hi
You would do good to at least create a basic DLL (inproc) server using just straight C++, to understand the principles. From there on, move to ATL as it's the best framework for COM with C++ available today (.. says he, bracing for the flack..).

It is the same as doing a basic Win32-only app to understand MFC better.

When I looked at it last, MFC was much richer than WTL for GUI work, but WTL certainly complements ATL well if you're aiming to build light-weight ATL COM servers with some basic GUI bits, such as a dialog or 2.

Before VC7, MFC used to be imported into ATL projects only to use the utility classes, such as CString, but with ATL 7 that's not necessary anymore as these are now better de-coupled.

HTH
Martin
GeneralRe: COM : +/- ATL Pin
Jörgen Sigvardsson16-Jan-05 12:08
Jörgen Sigvardsson16-Jan-05 12:08 
Generalhelp on openwith dialog Pin
deepakskumar12-Jan-05 21:21
deepakskumar12-Jan-05 21:21 
QuestionHow do you free a COM library in Visual Basic? Pin
zumichu11-Jan-05 12:13
zumichu11-Jan-05 12:13 
AnswerRe: How do you free a COM library in Visual Basic? Pin
Martin Koorts12-Jan-05 0:40
Martin Koorts12-Jan-05 0:40 
AnswerRe: How do you free a COM library in Visual Basic? Pin
Anonymous13-Jan-05 1:36
Anonymous13-Jan-05 1:36 
GeneralRe: How do you free a COM library in Visual Basic? Pin
geo_m16-Jan-05 20:42
geo_m16-Jan-05 20:42 
GeneralRe: How do you free a COM library in Visual Basic? Pin
zumichu27-Jan-05 8:30
zumichu27-Jan-05 8:30 
Generalasfds Pin
Anonymous8-Jan-05 5:39
Anonymous8-Jan-05 5:39 
GeneralRe: asfds Pin
Jörgen Sigvardsson8-Jan-05 6:15
Jörgen Sigvardsson8-Jan-05 6:15 
GeneralRe: asfds Pin
User 21559710-Jan-05 20:55
User 21559710-Jan-05 20:55 
GeneralRe: asfds Pin
Jörgen Sigvardsson10-Jan-05 20:59
Jörgen Sigvardsson10-Jan-05 20:59 
Generalquestions on COM Pin
cyberJen7-Jan-05 13:29
cyberJen7-Jan-05 13:29 
GeneralRe: questions on COM Pin
Jörgen Sigvardsson8-Jan-05 0:13
Jörgen Sigvardsson8-Jan-05 0:13 
GeneralATL / COM question Pin
__makaveli__7-Jan-05 0:24
__makaveli__7-Jan-05 0:24 
GeneralRe: ATL / COM question Pin
Lim Bio Liong7-Jan-05 6:07
Lim Bio Liong7-Jan-05 6:07 
GeneralRe: ATL / COM question Pin
__makaveli__9-Jan-05 22:05
__makaveli__9-Jan-05 22:05 
GeneralRe: ATL / COM question Pin
Martin Koorts9-Jan-05 22:44
Martin Koorts9-Jan-05 22:44 

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.