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

C / C++ / MFC

 
GeneralRe: Displaying Symbol issue......... Pin
Cedric Moonen26-Jan-09 3:37
Cedric Moonen26-Jan-09 3:37 
GeneralRe: Displaying Symbol issue......... Pin
CPallini26-Jan-09 3:51
mveCPallini26-Jan-09 3:51 
GeneralRe: Displaying Symbol issue......... Pin
Rajesh R Subramanian26-Jan-09 4:08
professionalRajesh R Subramanian26-Jan-09 4:08 
GeneralRe: Displaying Symbol issue......... Pin
toxcct26-Jan-09 4:16
toxcct26-Jan-09 4:16 
GeneralRe: Displaying Symbol issue......... Pin
Rajesh R Subramanian26-Jan-09 4:03
professionalRajesh R Subramanian26-Jan-09 4:03 
GeneralRe: Displaying Symbol issue......... Pin
toxcct26-Jan-09 4:08
toxcct26-Jan-09 4:08 
GeneralRe: Displaying Symbol issue......... Pin
Rajesh R Subramanian26-Jan-09 4:15
professionalRajesh R Subramanian26-Jan-09 4:15 
GeneralRe: Displaying Symbol issue......... Pin
toxcct26-Jan-09 4:20
toxcct26-Jan-09 4:20 
Using CStringW just here doesn't mean to use it everywhere in the code.

moreover, it is obvious the OP wants a UNICODE Character (Omega). so, no, don't make the code obscure. even though the compiler is set UNICODE or ANSI, it doesn't forbid you to write a clear (but not against performance anyway) code and show what you're actually doing here : getting a Wide character.

Note also that CStringW is somewhat useless for a single character. a WCHAR could have been used too here... and regardless we know or not if the OP has UNICODE defined !


JokeRe: Displaying Symbol issue......... Pin
CPallini26-Jan-09 6:48
mveCPallini26-Jan-09 6:48 
QuestionWorking with DB Pin
CodingLover25-Jan-09 18:33
CodingLover25-Jan-09 18:33 
QuestionRe: Working with DB Pin
David Crow26-Jan-09 2:56
David Crow26-Jan-09 2:56 
AnswerRe: Working with DB Pin
Jose David Pujo26-Jan-09 4:38
Jose David Pujo26-Jan-09 4:38 
QuestionAfxGetInstanceHandle Crash in MFC Extension dlls Pin
Neptunex25-Jan-09 17:55
Neptunex25-Jan-09 17:55 
AnswerRe: AfxGetInstanceHandle Crash in MFC Extension dlls Pin
Randor 25-Jan-09 18:23
professional Randor 25-Jan-09 18:23 
AnswerRe: AfxGetInstanceHandle Crash in MFC Extension dlls Pin
Neptunex26-Jan-09 0:53
Neptunex26-Jan-09 0:53 
GeneralRe: AfxGetInstanceHandle Crash in MFC Extension dlls Pin
Randor 26-Jan-09 9:21
professional Randor 26-Jan-09 9:21 
GeneralRe: AfxGetInstanceHandle Crash in MFC Extension dlls Pin
Neptunex3-Mar-09 20:27
Neptunex3-Mar-09 20:27 
QuestionCommunication app. using dial-up modem times out Pin
Member 171596825-Jan-09 17:51
Member 171596825-Jan-09 17:51 
AnswerRe: Communication app. using dial-up modem times out Pin
Jonathan Davies25-Jan-09 23:51
Jonathan Davies25-Jan-09 23:51 
GeneralRe: Communication app. using dial-up modem times out Pin
Member 171596827-Jan-09 20:00
Member 171596827-Jan-09 20:00 
GeneralRe: Communication app. using dial-up modem times out Pin
Jonathan Davies27-Jan-09 21:27
Jonathan Davies27-Jan-09 21:27 
QuestionIs "Create window in Work thread" a bad design? Pin
fitatc25-Jan-09 15:16
fitatc25-Jan-09 15:16 
AnswerRe: Is "Create window in Work thread" a bad design? Pin
«_Superman_»25-Jan-09 16:20
professional«_Superman_»25-Jan-09 16:20 
AnswerRe: Is "Create window in Work thread" a bad design? Pin
Joshua Tully25-Jan-09 16:31
Joshua Tully25-Jan-09 16:31 
GeneralRe: Is "Create window in Work thread" a bad design? Pin
fitatc25-Jan-09 21:17
fitatc25-Jan-09 21: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.