Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debugging Exception Pin
ThatsAlok5-Nov-07 21:51
ThatsAlok5-Nov-07 21:51 
QuestionProblem with DatePicker Pin
M_Menon5-Nov-07 5:13
M_Menon5-Nov-07 5:13 
AnswerRe: Problem with DatePicker Pin
led mike5-Nov-07 5:43
led mike5-Nov-07 5:43 
GeneralRe: Problem with DatePicker Pin
M_Menon5-Nov-07 5:50
M_Menon5-Nov-07 5:50 
AnswerRe: Problem with DatePicker Pin
David Crow5-Nov-07 8:40
David Crow5-Nov-07 8:40 
GeneralRe: Problem with DatePicker Pin
M_Menon5-Nov-07 20:40
M_Menon5-Nov-07 20:40 
GeneralRe: Problem with DatePicker Pin
David Crow6-Nov-07 2:38
David Crow6-Nov-07 2:38 
QuestionCAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 3:52
TheInfernalCrow5-Nov-07 3:52 
Hi,

I am Using VC++6.0. I created a little demo Proggy, that contains a Server and a Client Class, derived from CAsyncSocket and everything works fine so far.

But now I transferred the client class into another App and it doesn't work.

I have this kind of code:

<br />
CMyAsnycClient Client<br />
<br />
Client.Create();<br />
Client.Connect("127.0.0.1", 23);<br />


My Test Proggy Server Gets the
OnAccept(),
and calls
Server.Accept(AcceptedSocket);

Everything fine so far.

But now my Client should get
OnConnect()
and it doesn't, where it does in my Test Proggy. Where could be a difference, when I use the same class and the same pieces of code?

Greetings
AnswerRe: CAsyncSocket Prob Pin
led mike5-Nov-07 4:24
led mike5-Nov-07 4:24 
GeneralRe: CAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 4:25
TheInfernalCrow5-Nov-07 4:25 
GeneralRe: CAsyncSocket Prob Pin
led mike5-Nov-07 4:44
led mike5-Nov-07 4:44 
GeneralRe: CAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 4:45
TheInfernalCrow5-Nov-07 4:45 
GeneralRe: CAsyncSocket Prob Pin
led mike5-Nov-07 5:03
led mike5-Nov-07 5:03 
GeneralRe: CAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 5:35
TheInfernalCrow5-Nov-07 5:35 
GeneralRe: CAsyncSocket Prob Pin
led mike5-Nov-07 5:41
led mike5-Nov-07 5:41 
GeneralRe: CAsyncSocket Prob Pin
TheInfernalCrow5-Nov-07 19:15
TheInfernalCrow5-Nov-07 19:15 
Questionread only folder on Windows Pin
George_George5-Nov-07 3:05
George_George5-Nov-07 3:05 
AnswerRe: read only folder on Windows Pin
David Crow5-Nov-07 4:21
David Crow5-Nov-07 4:21 
GeneralRe: read only folder on Windows Pin
George_George5-Nov-07 17:54
George_George5-Nov-07 17:54 
GeneralRe: read only folder on Windows Pin
David Crow6-Nov-07 2:48
David Crow6-Nov-07 2:48 
GeneralRe: read only folder on Windows Pin
George_George6-Nov-07 5:15
George_George6-Nov-07 5:15 
GeneralRe: read only folder on Windows Pin
David Crow6-Nov-07 5:21
David Crow6-Nov-07 5:21 
GeneralRe: read only folder on Windows Pin
George_George6-Nov-07 16:20
George_George6-Nov-07 16:20 
AnswerRe: read only folder on Windows Pin
toxcct5-Nov-07 6:58
toxcct5-Nov-07 6:58 
AnswerRe: read only folder on Windows Pin
shpid3r5-Nov-07 10:20
shpid3r5-Nov-07 10:20 

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.