Click here to Skip to main content
15,900,511 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
jmkhael28-May-04 4:10
jmkhael28-May-04 4:10 
GeneralRe: Add Most Recently Used files(MRU) in any application Pin
nitinveda28-May-04 20:50
nitinveda28-May-04 20:50 
GeneralLinking preformance VS.NET compared to VS6 Pin
Björn Carlsson28-May-04 2:17
Björn Carlsson28-May-04 2:17 
Questionhow to set maxi,minimize button to propertysheet Pin
Member 101812828-May-04 2:13
Member 101812828-May-04 2:13 
AnswerRe: how to set maxi,minimize button to propertysheet Pin
Antti Keskinen28-May-04 5:21
Antti Keskinen28-May-04 5:21 
Generalneed help regarding CSocket Pin
Member 101812828-May-04 2:06
Member 101812828-May-04 2:06 
GeneralWSAEWOULDBLOCK Error Pin
jerry1211a28-May-04 1:00
jerry1211a28-May-04 1:00 
GeneralRe: WSAEWOULDBLOCK Error Pin
Mike Dimmick28-May-04 3:11
Mike Dimmick28-May-04 3:11 
TCP buffers your sent data up to the limit of the receiver's receive window. I suspect the receiver simply isn't reading the data from the socket, therefore not acknowledging the data, which means that the sending stack can't send any more data.

You're clearly using the socket in non-blocking mode; if you were using a blocking socket, your application would simply block rather than return WSAEWOULDBLOCK.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: WSAEWOULDBLOCK Error Pin
Anonymous28-May-04 11:29
Anonymous28-May-04 11:29 
QuestionHow to load and display 8bit gray scale image Pin
Omar Alvi28-May-04 0:45
Omar Alvi28-May-04 0:45 
AnswerRe: How to load and display 8bit gray scale image Pin
Ryan Binns28-May-04 0:55
Ryan Binns28-May-04 0:55 
QuestionHow to load and display 8bit gray scale image Pin
Omar Alvi28-May-04 0:45
Omar Alvi28-May-04 0:45 
GeneralDatabase Application Design Pin
asv28-May-04 0:28
asv28-May-04 0:28 
GeneralRe: Database Application Design Pin
valikac28-May-04 14:00
valikac28-May-04 14:00 
GeneralRe: Database Application Design Pin
asv28-May-04 15:25
asv28-May-04 15:25 
Generalvisual c++ help hanging Pin
crazymike193828-May-04 0:27
crazymike193828-May-04 0:27 
GeneralRe: visual c++ help hanging Pin
jmkhael28-May-04 0:58
jmkhael28-May-04 0:58 
GeneralTaskbar icon mouse messages and keyboard modifiers Pin
cheesepirate28-May-04 0:24
cheesepirate28-May-04 0:24 
QuestionFunction template passed as typename argument? Pin
Indrawati28-May-04 0:12
Indrawati28-May-04 0:12 
AnswerRe: Function template passed as typename argument? Pin
Ryan Binns28-May-04 0:53
Ryan Binns28-May-04 0:53 
AnswerRe: Function template passed as typename argument? Pin
cheesepirate28-May-04 0:53
cheesepirate28-May-04 0:53 
GeneralRe: Function template passed as typename argument? Pin
toxcct28-May-04 1:10
toxcct28-May-04 1:10 
GeneralRe: Function template passed as typename argument? Pin
cheesepirate28-May-04 2:23
cheesepirate28-May-04 2:23 
AnswerRe: Function template passed as typename argument? Pin
toxcct28-May-04 1:12
toxcct28-May-04 1:12 
GeneralProblem subclassing list of owner-drawn combobox Pin
Paul Vickery27-May-04 23:46
professionalPaul Vickery27-May-04 23:46 

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.