Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: New to COM. Help needed. Pin
*Dreamz10-Nov-05 23:35
*Dreamz10-Nov-05 23:35 
GeneralRe: New to COM. Help needed. Pin
ThatsAlok11-Nov-05 0:40
ThatsAlok11-Nov-05 0:40 
GeneralRe: New to COM. Help needed. Pin
*Dreamz10-Nov-05 23:39
*Dreamz10-Nov-05 23:39 
GeneralRe: New to COM. Help needed. Pin
Owner drawn10-Nov-05 23:44
Owner drawn10-Nov-05 23:44 
GeneralRe: New to COM. Help needed. Pin
ThatsAlok11-Nov-05 0:42
ThatsAlok11-Nov-05 0:42 
QuestionRe: New to COM. Help needed. Pin
David Crow11-Nov-05 3:16
David Crow11-Nov-05 3:16 
AnswerRe: New to COM. Help needed. Pin
Owner drawn13-Nov-05 17:47
Owner drawn13-Nov-05 17:47 
QuestionSocket Problem Pin
jonbondavis10-Nov-05 17:52
jonbondavis10-Nov-05 17:52 
Dear all,

I have created a server program & client program.
In the client program there is timer. when the timer expires a message is send to the server. It works fine only once. Second time the server program is not receiving the message.

client code execution when timer expires.

CSocket s;
s.Create();
s.Connect("localhost",8001);
s.Send(str,str.GetLength());
s.Close();

Can you help to solve this problem?

Thanks & regards
John davis





AnswerRe: Socket Problem Pin
User 58385210-Nov-05 19:10
User 58385210-Nov-05 19:10 
GeneralRe: Socket Problem Pin
jonbondavis10-Nov-05 23:39
jonbondavis10-Nov-05 23:39 
GeneralRe: Socket Problem Pin
lucy11-Nov-05 10:44
lucy11-Nov-05 10:44 
GeneralRe: Socket Problem Pin
jonbondavis11-Nov-05 16:57
jonbondavis11-Nov-05 16:57 
GeneralRe: Socket Problem Pin
lucy12-Nov-05 17:00
lucy12-Nov-05 17:00 
QuestionHow to bring back ClassView Pin
shivditya10-Nov-05 17:36
shivditya10-Nov-05 17:36 
AnswerRe: How to bring back ClassView Pin
*Dreamz10-Nov-05 18:26
*Dreamz10-Nov-05 18:26 
QuestionRe: How to bring back ClassView Pin
shivditya10-Nov-05 18:40
shivditya10-Nov-05 18:40 
AnswerRe: How to bring back ClassView Pin
*Dreamz10-Nov-05 19:02
*Dreamz10-Nov-05 19:02 
GeneralRe: How to bring back ClassView Pin
shivditya10-Nov-05 21:05
shivditya10-Nov-05 21:05 
GeneralRe: How to bring back ClassView Pin
*Dreamz10-Nov-05 23:44
*Dreamz10-Nov-05 23:44 
QuestionAny VC++ certification exams??? Pin
mandanani10-Nov-05 17:19
mandanani10-Nov-05 17:19 
AnswerRe: Any VC++ certification exams??? Pin
ThatsAlok10-Nov-05 17:47
ThatsAlok10-Nov-05 17:47 
Questionneed code to select items in a tree with Ctrl and other keys Pin
narayanagvs10-Nov-05 16:43
narayanagvs10-Nov-05 16:43 
QuestionSocket Server Pin
NYTSX10-Nov-05 10:58
NYTSX10-Nov-05 10:58 
AnswerRe: Socket Server Pin
ThatsAlok10-Nov-05 19:33
ThatsAlok10-Nov-05 19:33 
GeneralRe: Socket Server Pin
NYTSX11-Nov-05 1:54
NYTSX11-Nov-05 1: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.