Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd [modified] Pin
drfankw4-Jan-08 4:38
drfankw4-Jan-08 4:38 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
led mike4-Jan-08 5:08
led mike4-Jan-08 5:08 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
drfankw4-Jan-08 5:32
drfankw4-Jan-08 5:32 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
led mike4-Jan-08 5:51
led mike4-Jan-08 5:51 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
drfankw4-Jan-08 6:33
drfankw4-Jan-08 6:33 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
Mark Salsbery4-Jan-08 6:40
Mark Salsbery4-Jan-08 6:40 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
led mike4-Jan-08 9:54
led mike4-Jan-08 9:54 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
Mark Salsbery4-Jan-08 10:08
Mark Salsbery4-Jan-08 10:08 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
led mike4-Jan-08 11:47
led mike4-Jan-08 11:47 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
Mark Salsbery4-Jan-08 13:30
Mark Salsbery4-Jan-08 13:30 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
led mike7-Jan-08 4:18
led mike7-Jan-08 4:18 
GeneralRe: MFC using WSAAsyncSelect to create asynchronous socket ... problem in creating hWnd Pin
Mark Salsbery7-Jan-08 6:14
Mark Salsbery7-Jan-08 6:14 
QuestionSTL sort throw exception? Pin
George_George4-Jan-08 4:06
George_George4-Jan-08 4:06 
AnswerRe: STL sort throw exception? [modified] Pin
Maxwell Chen4-Jan-08 6:42
Maxwell Chen4-Jan-08 6:42 
GeneralRe: STL sort throw exception? Pin
George_George4-Jan-08 21:59
George_George4-Jan-08 21:59 
AnswerRe: STL sort throw exception? Pin
Nemanja Trifunovic4-Jan-08 7:34
Nemanja Trifunovic4-Jan-08 7:34 
GeneralRe: STL sort throw exception? Pin
George_George4-Jan-08 21:53
George_George4-Jan-08 21:53 
AnswerRe: STL sort throw exception? Pin
Eytukan4-Jan-08 22:37
Eytukan4-Jan-08 22:37 
GeneralRe: STL sort throw exception? Pin
George_George4-Jan-08 23:03
George_George4-Jan-08 23:03 
GeneralRe: STL sort throw exception? Pin
Eytukan5-Jan-08 1:46
Eytukan5-Jan-08 1:46 
GeneralRe: STL sort throw exception? Pin
George_George5-Jan-08 2:37
George_George5-Jan-08 2:37 
GeneralRe: STL sort throw exception? Pin
Eytukan5-Jan-08 2:44
Eytukan5-Jan-08 2:44 
GeneralRe: STL sort throw exception? Pin
George_George5-Jan-08 3:02
George_George5-Jan-08 3:02 
QuestionMFC and Unicode Pin
mtzlplyk4-Jan-08 3:40
mtzlplyk4-Jan-08 3:40 
GeneralRe: MFC and Unicode Pin
Matthew Faithfull4-Jan-08 4:05
Matthew Faithfull4-Jan-08 4:05 
No problem there at all. Just because something isn't built with strings set to Unicode doesn't mean it can't use wide characters. You just need to make sure that the calling side allocates any buffers used by the unicode dll in terms of wchar_t rather than char and that it converts any returned string values with WideCharacterToMultiByte and related functions or MFC/ATL macros before it uses them. Check out things like the USES_CONVERISON macro for how to do this.

Nothing is exactly what it seems but everything with seems can be unpicked.

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.