Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ok... (DirectX)(WTL)(MFC) Pin
SilverShalkin5-Apr-02 14:49
SilverShalkin5-Apr-02 14:49 
GeneralRe: ok... (DirectX)(WTL)(MFC) Pin
Christian Graus5-Apr-02 14:56
protectorChristian Graus5-Apr-02 14:56 
GeneralRe: ok... (DirectX)(WTL)(MFC) Pin
SilverShalkin5-Apr-02 15:11
SilverShalkin5-Apr-02 15:11 
GeneralRe: ok... (DirectX)(WTL)(MFC) Pin
Michael P Butler5-Apr-02 22:51
Michael P Butler5-Apr-02 22:51 
GeneralSystem resource information Pin
Cris5-Apr-02 9:31
Cris5-Apr-02 9:31 
GeneralRe: System resource information Pin
alex.barylski5-Apr-02 11:36
alex.barylski5-Apr-02 11:36 
Generalstrange behavior of my listen( ) Pin
lucy5-Apr-02 9:02
lucy5-Apr-02 9:02 
GeneralRe: strange behavior of my listen( ) Pin
lucy5-Apr-02 10:05
lucy5-Apr-02 10:05 
Well, according to Beej in his "Beej's Guide to Network Programming", the MAX_CONNECTION in listen() is the number of connections allowed on the incoming queue. Incomding connections are going to wait in this queue until you accept() them and this is the limit on how many can queue up.
So, if I set it to 1, then the second client which tries to connect should get a failure. Why this doesn't happen in my program? Dead | X| any suggestion?
GeneralRegister the DLL ... Pin
Hadi Rezaee5-Apr-02 8:50
Hadi Rezaee5-Apr-02 8:50 
GeneralRe: Register the DLL ... Pin
Mazdak5-Apr-02 9:05
Mazdak5-Apr-02 9:05 
GeneralRe: Register the DLL ... Pin
Rickard Andersson205-Apr-02 9:08
Rickard Andersson205-Apr-02 9:08 
GeneralRe: Register the DLL ... Pin
Mazdak5-Apr-02 9:30
Mazdak5-Apr-02 9:30 
QuestionCPropertySheet::OnCancel(): Any way to abort the cancellation? Pin
Robert Mooney5-Apr-02 8:53
Robert Mooney5-Apr-02 8:53 
AnswerRe: CPropertySheet::OnCancel(): Any way to abort the cancellation? Pin
Michael Dunn5-Apr-02 16:27
sitebuilderMichael Dunn5-Apr-02 16:27 
General[ Point distance from line? ] Pin
Xenos5-Apr-02 8:06
Xenos5-Apr-02 8:06 
GeneralRe: [ Point distance from line? ] Pin
Joaquín M López Muñoz5-Apr-02 8:21
Joaquín M López Muñoz5-Apr-02 8:21 
QuestionIs there a way to pass a "HANDLE" from a client's window to a dll in ATL? Pin
Bart-Man5-Apr-02 7:56
Bart-Man5-Apr-02 7:56 
AnswerRe: Is there a way to pass a "HANDLE" from a client's window to a dll in ATL? Pin
Chris Losinger5-Apr-02 8:04
professionalChris Losinger5-Apr-02 8:04 
GeneralRe: Is there a way to pass a "HANDLE" from a client's window to a dll in ATL? Pin
Bart-Man5-Apr-02 8:37
Bart-Man5-Apr-02 8:37 
Generalcompare strings Pin
5-Apr-02 7:25
suss5-Apr-02 7:25 
GeneralRe: compare strings Pin
Ravi Bhavnani5-Apr-02 7:57
professionalRavi Bhavnani5-Apr-02 7:57 
GeneralRe: compare strings Pin
5-Apr-02 8:01
suss5-Apr-02 8:01 
GeneralRe: compare strings Pin
Renjith Ramachandran5-Apr-02 8:35
Renjith Ramachandran5-Apr-02 8:35 
GeneralRe: compare strings Pin
Renjith Ramachandran5-Apr-02 8:31
Renjith Ramachandran5-Apr-02 8:31 
GeneralRe: compare strings Pin
Ravi Bhavnani5-Apr-02 8:35
professionalRavi Bhavnani5-Apr-02 8:35 

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.