Click here to Skip to main content
15,903,632 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is this book on the standard library worth it? Pin
User 58385226-Feb-08 15:50
User 58385226-Feb-08 15:50 
GeneralProblems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 4:51
97C5ENVY26-Feb-08 4:51 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 5:23
Mark Salsbery26-Feb-08 5:23 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 7:27
97C5ENVY26-Feb-08 7:27 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
led mike26-Feb-08 7:33
led mike26-Feb-08 7:33 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:12
Mark Salsbery26-Feb-08 8:12 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
97C5ENVY26-Feb-08 8:45
97C5ENVY26-Feb-08 8:45 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:50
Mark Salsbery26-Feb-08 8:50 
You let me know if it works.  I didn't test it Smile | :)

If it doesn't work, I recommend NOT using CAsyncSocket and using winsock directly, receiving on a separate thread,
using events instead of window messages for FD_READ notifications (which is what CAsyncSocket uses internally by
default).

CAsyncSocket is lame Dead | X|

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
Mark Salsbery26-Feb-08 8:54
Mark Salsbery26-Feb-08 8:54 
GeneralRe: Problems receiving highspeed data using CAsyncSocket::OnReceive() Pin
ramana.g26-Feb-08 17:20
ramana.g26-Feb-08 17:20 
GeneralContext Menu item Command identification Pin
Alberto Bar-Noy26-Feb-08 4:49
Alberto Bar-Noy26-Feb-08 4:49 
QuestionRe: Context Menu item Command identification Pin
David Crow26-Feb-08 4:58
David Crow26-Feb-08 4:58 
GeneralRe: Context Menu item Command identification Pin
Alberto Bar-Noy26-Feb-08 5:12
Alberto Bar-Noy26-Feb-08 5:12 
Generalstring conversion Pin
ginjikun26-Feb-08 4:41
ginjikun26-Feb-08 4:41 
GeneralRe: string conversion Pin
David Crow26-Feb-08 4:55
David Crow26-Feb-08 4:55 
GeneralRe: string conversion Pin
CPallini26-Feb-08 5:00
mveCPallini26-Feb-08 5:00 
GeneralRe: string conversion Pin
ginjikun26-Feb-08 6:28
ginjikun26-Feb-08 6:28 
GeneralRe: string conversion Pin
CPallini26-Feb-08 8:06
mveCPallini26-Feb-08 8:06 
GeneralRe: string conversion Pin
ginjikun27-Feb-08 1:07
ginjikun27-Feb-08 1:07 
GeneralRe: string conversion Pin
CPallini27-Feb-08 2:02
mveCPallini27-Feb-08 2:02 
AnswerRe: string conversion Pin
Rajkumar R26-Feb-08 5:00
Rajkumar R26-Feb-08 5:00 
GeneralRe: string conversion Pin
ginjikun26-Feb-08 5:24
ginjikun26-Feb-08 5:24 
GeneralRe: string conversion Pin
Rajkumar R26-Feb-08 8:19
Rajkumar R26-Feb-08 8:19 
GeneralRe: string conversion Pin
Hamid_RT26-Feb-08 19:27
Hamid_RT26-Feb-08 19:27 
GeneralImplementing 'Spell Check' option. Pin
Sanjay K26-Feb-08 4:32
Sanjay K26-Feb-08 4:32 

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.