Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Beginner Pin
Hamid_RT19-Nov-07 3:48
Hamid_RT19-Nov-07 3:48 
QuestionHow do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 0:24
arnold_w19-Nov-07 0:24 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 0:32
Matthew Faithfull19-Nov-07 0:32 
GeneralRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 1:02
arnold_w19-Nov-07 1:02 
QuestionRe: How do I call an instance method from an exported method in a MFC DLL? Pin
Matthew Faithfull19-Nov-07 1:07
Matthew Faithfull19-Nov-07 1:07 
AnswerRe: How do I call an instance method from an exported method in a MFC DLL? Pin
arnold_w19-Nov-07 2:09
arnold_w19-Nov-07 2:09 
QuestionAbout Socket Buffer Pin
manish.patel19-Nov-07 0:12
manish.patel19-Nov-07 0:12 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 0:36
Matthew Faithfull19-Nov-07 0:36 
In my experience you know when a socket buffer is full because things start to go badly wrong. A full socket buffer is not something you want to be waiting around for or in fact ever see. Best to avoid it if you can. Filling socket buffers on Win9x will frequently take down the whole operating system and the process on Windows NT. The fact that it took MS 3 versions of Windows to stop this being a total disaster area tells you all you need to know. Don't go there Smile | :)

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 0:50
manish.patel19-Nov-07 0:50 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:03
Matthew Faithfull19-Nov-07 1:03 
GeneralRe: About Socket Buffer Pin
manish.patel19-Nov-07 1:10
manish.patel19-Nov-07 1:10 
AnswerRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 1:22
Matthew Faithfull19-Nov-07 1:22 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 6:36
Mark Salsbery19-Nov-07 6:36 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 6:40
Mark Salsbery19-Nov-07 6:40 
GeneralRe: About Socket Buffer Pin
Matthew Faithfull19-Nov-07 8:14
Matthew Faithfull19-Nov-07 8:14 
GeneralRe: About Socket Buffer Pin
Mark Salsbery19-Nov-07 8:24
Mark Salsbery19-Nov-07 8:24 
QuestionTemplate without any content Pin
George_George18-Nov-07 23:57
George_George18-Nov-07 23:57 
AnswerRe: Template without any content Pin
Nelek19-Nov-07 0:25
protectorNelek19-Nov-07 0:25 
GeneralRe: Template without any content Pin
George_George19-Nov-07 1:04
George_George19-Nov-07 1:04 
GeneralRe: Template without any content Pin
Nelek19-Nov-07 1:10
protectorNelek19-Nov-07 1:10 
GeneralRe: Template without any content Pin
George_George19-Nov-07 1:20
George_George19-Nov-07 1:20 
GeneralRe: Template without any content Pin
Nelek19-Nov-07 1:47
protectorNelek19-Nov-07 1:47 
GeneralRe: Template without any content Pin
George_George19-Nov-07 4:30
George_George19-Nov-07 4:30 
AnswerRe: Template without any content Pin
Cedric Moonen19-Nov-07 1:13
Cedric Moonen19-Nov-07 1:13 
GeneralRe: Template without any content Pin
George_George19-Nov-07 4:31
George_George19-Nov-07 4:31 

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.