Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting IP and Language Pin
xxhimanshu20-Jun-03 22:27
xxhimanshu20-Jun-03 22:27 
GeneralRe: Getting IP and Language Pin
Baris Kurtlutepe20-Jun-03 23:21
Baris Kurtlutepe20-Jun-03 23:21 
GeneralUnhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Will Beattie19-Jun-03 19:32
Will Beattie19-Jun-03 19:32 
GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Ryan Binns19-Jun-03 21:16
Ryan Binns19-Jun-03 21:16 
GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Will Beattie19-Jun-03 22:37
Will Beattie19-Jun-03 22:37 
GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Ryan Binns19-Jun-03 22:44
Ryan Binns19-Jun-03 22:44 
GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Will Beattie19-Jun-03 23:29
Will Beattie19-Jun-03 23:29 
GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Ryan Binns19-Jun-03 23:37
Ryan Binns19-Jun-03 23:37 
It certainly looks like an internal library error. MFC maintains a map of socket handles to CAsyncSocket/CSocket objects. What this error is saying is that your socket handle is not mapped to a socket CAsyncSocket or CSocket object. If you're only using MFC socket classes, then it must be, and it's not being placed into the map properly. You might like to trace through from when you create (or accept, if it's an accepted socket) the socket, and see if it's being placed into the socket map.

Other than this, I can't help any more.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralRe: Unhandled Exception Using MFC Sockets in Visual C++ 6.0 Pin
Baris Kurtlutepe20-Jun-03 23:13
Baris Kurtlutepe20-Jun-03 23:13 
GeneralBitmap on a Button Pin
San19-Jun-03 19:19
San19-Jun-03 19:19 
GeneralRe: Bitmap on a Button Pin
valikac19-Jun-03 19:23
valikac19-Jun-03 19:23 
GeneralRe: Bitmap on a Button Pin
Rick York19-Jun-03 19:40
mveRick York19-Jun-03 19:40 
Questionhow can i use CString format the string like "12,123.23" thanks Pin
nodream19-Jun-03 18:33
nodream19-Jun-03 18:33 
AnswerRe: how can i use CString format the string like "12,123.23" thanks Pin
Nick Parker19-Jun-03 18:49
protectorNick Parker19-Jun-03 18:49 
GeneralSorry, that I want to receive is 12,345.12 Pin
nodream19-Jun-03 19:03
nodream19-Jun-03 19:03 
GeneralRe: Sorry, that I want to receive is 12,345.12 Pin
flob919-Jun-03 23:40
flob919-Jun-03 23:40 
GeneralRe: Sorry, that I want to receive is 12,345.12 Pin
basementman20-Jun-03 4:46
basementman20-Jun-03 4:46 
GeneralNMS Product Pin
SatyaDY19-Jun-03 18:24
SatyaDY19-Jun-03 18:24 
GeneralRe: NMS Product Pin
basementman20-Jun-03 4:49
basementman20-Jun-03 4:49 
GeneralRe: NMS Product Pin
basementman20-Jun-03 4:54
basementman20-Jun-03 4:54 
GeneralCString to LPDISPATCH and back! Pin
Ed K19-Jun-03 17:53
Ed K19-Jun-03 17:53 
GeneralRe: CString to LPDISPATCH and back! Pin
Michael Dunn19-Jun-03 18:20
sitebuilderMichael Dunn19-Jun-03 18:20 
GeneralRe: CString to LPDISPATCH and back! Pin
Ed K20-Jun-03 3:12
Ed K20-Jun-03 3:12 
QuestionVisual C++ 6 SP 5 Installed ? Pin
Gagnon Claude19-Jun-03 16:08
Gagnon Claude19-Jun-03 16:08 
AnswerRe: Visual C++ 6 SP 5 Installed ? Pin
Toni7819-Jun-03 16:17
Toni7819-Jun-03 16:17 

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.