Click here to Skip to main content
15,898,770 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.

GeneralRe: MFC and Unicode Pin
mtzlplyk4-Jan-08 4:36
mtzlplyk4-Jan-08 4:36 
QuestionRe: MFC and Unicode Pin
Matthew Faithfull4-Jan-08 5:51
Matthew Faithfull4-Jan-08 5:51 
GeneralRe: MFC and Unicode Pin
mtzlplyk4-Jan-08 9:13
mtzlplyk4-Jan-08 9:13 
GeneralChange in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery4-Jan-08 3:04
professionalPaul Vickery4-Jan-08 3:04 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Vaclav_4-Jan-08 4:14
Vaclav_4-Jan-08 4:14 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery8-Jan-08 0:00
professionalPaul Vickery8-Jan-08 0:00 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Vaclav_8-Jan-08 6:55
Vaclav_8-Jan-08 6:55 
QuestionRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Mark Salsbery4-Jan-08 6:56
Mark Salsbery4-Jan-08 6:56 
GeneralRe: Change in rich edit control behaviour with EM_EXSETSEL / SetSel Pin
Paul Vickery9-Jan-08 4:49
professionalPaul Vickery9-Jan-08 4:49 
GeneralSaving settings \ Remembering settings after reboot Pin
thes3cr3t14-Jan-08 2:32
thes3cr3t14-Jan-08 2:32 
GeneralRe: Saving settings \ Remembering settings after reboot Pin
CPallini4-Jan-08 2:45
mveCPallini4-Jan-08 2:45 
GeneralRe: Saving settings \ Remembering settings after reboot Pin
Rajesh R Subramanian4-Jan-08 5:36
professionalRajesh R Subramanian4-Jan-08 5:36 
GeneralRe: Saving settings \ Remembering settings after reboot Pin
Hamid_RT4-Jan-08 18:12
Hamid_RT4-Jan-08 18:12 
GeneralCStatusBar Pin
vethathiri4-Jan-08 1:39
vethathiri4-Jan-08 1:39 
QuestionRe: CStatusBar Pin
David Crow4-Jan-08 2:52
David Crow4-Jan-08 2:52 
JokeRe: CStatusBar Pin
CPallini4-Jan-08 3:09
mveCPallini4-Jan-08 3:09 
GeneralRe: CStatusBar Pin
David Crow4-Jan-08 3:34
David Crow4-Jan-08 3:34 

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.