Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ and Managed Code Pin
Mark Salsbery21-Jan-07 10:26
Mark Salsbery21-Jan-07 10:26 
GeneralRe: C++ and Managed Code Pin
Christian Graus21-Jan-07 10:35
protectorChristian Graus21-Jan-07 10:35 
AnswerRe: C++ and Managed Code Pin
Nemanja Trifunovic21-Jan-07 12:43
Nemanja Trifunovic21-Jan-07 12:43 
AnswerRe: C++ and Managed Code Pin
Michael Dunn21-Jan-07 16:40
sitebuilderMichael Dunn21-Jan-07 16:40 
Questiondll and directshow Pin
gigo2k621-Jan-07 4:54
gigo2k621-Jan-07 4:54 
AnswerRe: dll and directshow Pin
CPallini21-Jan-07 6:20
mveCPallini21-Jan-07 6:20 
GeneralRe: dll and directshow Pin
gigo2k621-Jan-07 6:25
gigo2k621-Jan-07 6:25 
GeneralRe: dll and directshow Pin
CPallini21-Jan-07 6:58
mveCPallini21-Jan-07 6:58 
gigo2k6 wrote:
ahh ok / is there a good manual for creating a dll for com on c++ ?

Of course there are a lot (but I don't know them...)
When building a COM DLL, basically you have three ways:

(1) Using MFC COM support. This maybe the 'easyest way' (AFAIK Jeff Prosise's "Programming Windows With MFC" contains an introduction about, maybe enough...)

(2) Using ATL. This is a bit lower level, but it is also lighter and gives you (at least in my opinion) more power. About the argument I remember only Shepherd G., King B., "Inside ATL" a quite advanced book (Anyway using the ATL COM Wizard of Visual Studio it's strighforward).

(3) Handcrafting your COM component: there is a beatyful article series, written by Jeff Glatt, here at CodeProject, starting with [^].

hope that helps
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionCListCtrl (not visible), no header? Pin
Cpt Rick21-Jan-07 4:53
Cpt Rick21-Jan-07 4:53 
QuestionRe: CListCtrl (not visible), no header? Pin
Mark Salsbery21-Jan-07 7:31
Mark Salsbery21-Jan-07 7:31 
AnswerRe: CListCtrl (not visible), no header? Pin
Cpt Rick21-Jan-07 23:20
Cpt Rick21-Jan-07 23:20 
GeneralRe: CListCtrl (not visible), no header? Pin
Hamid_RT22-Jan-07 5:57
Hamid_RT22-Jan-07 5:57 
GeneralRe: CListCtrl (not visible), no header? Pin
Mark Salsbery22-Jan-07 6:51
Mark Salsbery22-Jan-07 6:51 
GeneralRe: CListCtrl (not visible), no header? [modified] Pin
Cpt Rick23-Jan-07 2:40
Cpt Rick23-Jan-07 2:40 
GeneralRe: CListCtrl (not visible), no header? Pin
Mark Salsbery23-Jan-07 8:01
Mark Salsbery23-Jan-07 8:01 
QuestionMonitoring file IO like Filemon Pin
Toubou21-Jan-07 4:25
Toubou21-Jan-07 4:25 
AnswerRe: Monitoring file IO like Filemon Pin
CPallini21-Jan-07 6:27
mveCPallini21-Jan-07 6:27 
Questiongdi+ example ? Pin
s98769021-Jan-07 4:08
s98769021-Jan-07 4:08 
AnswerRe: gdi+ example ? [modified] Pin
Mark Salsbery21-Jan-07 7:53
Mark Salsbery21-Jan-07 7:53 
AnswerRe: gdi+ example ? Pin
Mark Salsbery21-Jan-07 8:13
Mark Salsbery21-Jan-07 8:13 
AnswerRe: gdi+ example ? Pin
Hamid_RT22-Jan-07 5:46
Hamid_RT22-Jan-07 5:46 
Questionabout a = b | c | ... Pin
HOW WHAT21-Jan-07 2:50
HOW WHAT21-Jan-07 2:50 
AnswerRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 3:02
Gary R. Wheeler21-Jan-07 3:02 
GeneralRe: about a = b | c | ... Pin
HOW WHAT21-Jan-07 3:19
HOW WHAT21-Jan-07 3:19 
GeneralRe: about a = b | c | ... Pin
Gary R. Wheeler21-Jan-07 4:28
Gary R. Wheeler21-Jan-07 4:28 

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.