Click here to Skip to main content
15,899,679 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem during running multiple instance of an MFC application Pin
Chirag_kalra13-Nov-07 7:30
Chirag_kalra13-Nov-07 7:30 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Bram van Kampen13-Nov-07 13:41
Bram van Kampen13-Nov-07 13:41 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Nelek13-Nov-07 22:21
protectorNelek13-Nov-07 22:21 
AnswerRe: Problem during running multiple instance of an MFC application Pin
Priyank Bolia25-May-08 21:39
Priyank Bolia25-May-08 21:39 
Questionidispatch concepts not understood Pin
prithaa13-Nov-07 7:05
prithaa13-Nov-07 7:05 
AnswerRe: idispatch concepts not understood Pin
led mike13-Nov-07 7:12
led mike13-Nov-07 7:12 
GeneralRe: idispatch concepts not understood Pin
Jim Crafton13-Nov-07 7:16
Jim Crafton13-Nov-07 7:16 
AnswerRe: idispatch concepts not understood Pin
Jim Crafton13-Nov-07 7:16
Jim Crafton13-Nov-07 7:16 
IDispatch and IUnknown are fundamental COM interfaces. Read up on COM, Interfaces, and dual interfaces (IDispatch is used for dual interfaces), as well as the specific IDispatch and IUnknown interface documentation.

Very generally speaking, IDispatch is used for scripting like/interpreted languages (like VB) that will not have the methods statically bound at compile time. Instead, the methods are "bound" (or looked up) at run time and IDispatch provides the interface methods that describe how this is supposed to happen. The actual implementation of IDispatch is up to the application or library author.

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
VCF Blog

GeneralRe: idispatch concepts not understood Pin
prithaa13-Nov-07 7:30
prithaa13-Nov-07 7:30 
GeneralRe: idispatch concepts not understood Pin
led mike13-Nov-07 7:57
led mike13-Nov-07 7:57 
GeneralRe: idispatch concepts not understood Pin
bob1697213-Nov-07 16:16
bob1697213-Nov-07 16:16 
QuestionSending data - TCP connection Pin
bigdenny20013-Nov-07 7:00
bigdenny20013-Nov-07 7:00 
AnswerRe: Sending data - TCP connection Pin
Jim Crafton13-Nov-07 7:10
Jim Crafton13-Nov-07 7:10 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 7:16
led mike13-Nov-07 7:16 
GeneralRe: Sending data - TCP connection Pin
Jim Crafton13-Nov-07 7:22
Jim Crafton13-Nov-07 7:22 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 8:24
led mike13-Nov-07 8:24 
AnswerRe: Sending data - TCP connection Pin
led mike13-Nov-07 7:11
led mike13-Nov-07 7:11 
GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 8:01
bigdenny20013-Nov-07 8:01 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 8:20
led mike13-Nov-07 8:20 
GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 8:39
bigdenny20013-Nov-07 8:39 
GeneralRe: Sending data - TCP connection Pin
led mike13-Nov-07 9:17
led mike13-Nov-07 9:17 
GeneralRe: Sending data - TCP connection Pin
bigdenny20013-Nov-07 10:36
bigdenny20013-Nov-07 10:36 
GeneralRe: Sending data - TCP connection Pin
Mark Salsbery13-Nov-07 11:59
Mark Salsbery13-Nov-07 11:59 
GeneralRe: Sending data - TCP connection Pin
Bram van Kampen13-Nov-07 13:58
Bram van Kampen13-Nov-07 13:58 
Questionlink error Pin
josip cagalj13-Nov-07 6:12
josip cagalj13-Nov-07 6:12 

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.