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

C / C++ / MFC

 
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 
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 
You need to do what is frequently referred to as "Marshalling", in other words, you need to convert an instance of your class into a byte stream, and then, when you recv this byte stream from a source, you need to be able to "reconstitute" it. Look up marshalling for ideas on how to do this. COM supports this and performs it automatically (as well as allowing you to customize the process if you're crazy enough). I think .Net supports this as well. There are C++ frameworks that also support this, you can look for them.

¡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: 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 
AnswerRe: link error Pin
toxcct13-Nov-07 6:15
toxcct13-Nov-07 6:15 
GeneralRe: link error Pin
josip cagalj13-Nov-07 6:24
josip cagalj13-Nov-07 6:24 
GeneralRe: link error Pin
toxcct13-Nov-07 6:28
toxcct13-Nov-07 6:28 
GeneralRe: link error Pin
josip cagalj14-Nov-07 3:40
josip cagalj14-Nov-07 3:40 
GeneralRe: link error Pin
josip cagalj14-Nov-07 22:10
josip cagalj14-Nov-07 22:10 

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.