Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Font of controls in property pages Pin
Hadi Dayvary23-Aug-07 2:32
professionalHadi Dayvary23-Aug-07 2:32 
GeneralRe: Font of controls in property pages Pin
jhwurmbach23-Aug-07 2:46
jhwurmbach23-Aug-07 2:46 
GeneralRe: Font of controls in property pages Pin
toxcct23-Aug-07 3:26
toxcct23-Aug-07 3:26 
GeneralRe: Font of controls in property pages Pin
jhwurmbach23-Aug-07 3:29
jhwurmbach23-Aug-07 3:29 
Questionregistry cleaner for window xp Pin
niki dutta23-Aug-07 1:48
niki dutta23-Aug-07 1:48 
AnswerRe: registry cleaner for window xp Pin
Russell'23-Aug-07 1:51
Russell'23-Aug-07 1:51 
QuestionRe: registry cleaner for window xp Pin
David Crow23-Aug-07 2:48
David Crow23-Aug-07 2:48 
QuestionSocket send problem Pin
BakaBug23-Aug-07 1:31
BakaBug23-Aug-07 1:31 
I am writting a little server ..

And using nob-blocking socket.. my problem is

send(socket,data,sizeof(data),...);
send(socket,data,sizeof(data),...);

This would be no problem for blocking socket .. but since blockign sockets would kill my server..
Data get somehow mixed .. by the recver..

I need something like a check.. to check if data is still sending..

send(socket,data,sizeof(data),...);
if (??DATA_STILL_SEND??)
{
wait bla bla bla..
}
Send(socket,data,sizeof(data),...);

I hope you can help me somehow ~.~
AnswerRe: Socket send problem Pin
Mark Salsbery23-Aug-07 5:59
Mark Salsbery23-Aug-07 5:59 
GeneralRe: Socket send problem Pin
BakaBug23-Aug-07 10:08
BakaBug23-Aug-07 10:08 
GeneralRe: Socket send problem Pin
Mark Salsbery23-Aug-07 11:10
Mark Salsbery23-Aug-07 11:10 
GeneralRe: Socket send problem Pin
BakaBug24-Aug-07 0:19
BakaBug24-Aug-07 0:19 
GeneralRe: Socket send problem Pin
Mark Salsbery24-Aug-07 5:24
Mark Salsbery24-Aug-07 5:24 
GeneralRe: Socket send problem Pin
BakaBug27-Aug-07 5:58
BakaBug27-Aug-07 5:58 
GeneralRe: Socket send problem [modified] Pin
BakaBug29-Aug-07 1:49
BakaBug29-Aug-07 1:49 
QuestionSocket Problem Pin
GauranG Shah23-Aug-07 1:12
GauranG Shah23-Aug-07 1:12 
AnswerRe: Socket Problem Pin
BakaBug23-Aug-07 1:37
BakaBug23-Aug-07 1:37 
Questionheap corruption Pin
devvvy23-Aug-07 1:12
devvvy23-Aug-07 1:12 
AnswerRe: heap corruption Pin
jhwurmbach23-Aug-07 1:22
jhwurmbach23-Aug-07 1:22 
Generaldifferent dll - must use SysAllocString and SysFreeString? Pin
devvvy23-Aug-07 14:01
devvvy23-Aug-07 14:01 
GeneralRe: different dll - must use SysAllocString and SysFreeString? Pin
jhwurmbach23-Aug-07 21:37
jhwurmbach23-Aug-07 21:37 
AnswerRe: heap corruption Pin
Iain Clarke, Warrior Programmer23-Aug-07 1:33
Iain Clarke, Warrior Programmer23-Aug-07 1:33 
GeneralRe: heap corruption Pin
Russell'23-Aug-07 1:49
Russell'23-Aug-07 1:49 
GeneralRe: heap corruption Pin
devvvy23-Aug-07 13:51
devvvy23-Aug-07 13:51 
GeneralRe: heap corruption Pin
Iain Clarke, Warrior Programmer23-Aug-07 21:54
Iain Clarke, Warrior Programmer23-Aug-07 21:54 

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.