Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting IP and Language Pin
Will Beattie19-Jun-03 23:48
Will Beattie19-Jun-03 23:48 
GeneralRe: Getting IP and Language Pin
xxhimanshu20-Jun-03 0:23
xxhimanshu20-Jun-03 0:23 
GeneralRe: Getting IP and Language Pin
Baris Kurtlutepe20-Jun-03 3:46
Baris Kurtlutepe20-Jun-03 3:46 
GeneralRe: Getting IP and Language Pin
xxhimanshu20-Jun-03 18:25
xxhimanshu20-Jun-03 18:25 
GeneralRe: Getting IP and Language Pin
Baris Kurtlutepe20-Jun-03 22:10
Baris Kurtlutepe20-Jun-03 22:10 
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 
I am running VC++ Vn 6.0 SP5 and am writing a program using multiple threads with CSockets. I am having problems i.e.

Popup Dialog with:

Microsoft Visual C++ Debug Library
Debug Assertion Failed!
File: sockcore.cpp
Line: 567

This type of problem is documented on MSDN in an article "Q193101" acknowledging a bug in the static library. MSDN SP5 has a fix(?) for this and suggests adding "AfxSockInit()" to each each thread that uses sockets. I have done this and I am not getting assertions in the Release exe but I am still getting them in the debug version.

Do I need new debug libraries, or should I just ignore the assertions - this is a "pita".

suggestions welcome
whybotha69@hotmail.com



// the last C bug
if (missilesDetected());
LaunchCounterAttack();
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 
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 

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.