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

C / C++ / MFC

 
GeneralRe: wcstombs is not working Pin
Rakesh54-Aug-09 23:40
Rakesh54-Aug-09 23:40 
AnswerRe: wcstombs is not working Pin
Souldrift4-Aug-09 23:44
Souldrift4-Aug-09 23:44 
GeneralRe: wcstombs is not working Pin
Rakesh54-Aug-09 23:50
Rakesh54-Aug-09 23:50 
GeneralRe: wcstombs is not working Pin
Souldrift4-Aug-09 23:51
Souldrift4-Aug-09 23:51 
GeneralRe: wcstombs is not working Pin
Rakesh55-Aug-09 0:04
Rakesh55-Aug-09 0:04 
GeneralRe: wcstombs is not working Pin
Souldrift5-Aug-09 0:13
Souldrift5-Aug-09 0:13 
GeneralRe: wcstombs is not working Pin
Rakesh55-Aug-09 0:53
Rakesh55-Aug-09 0:53 
GeneralRe: wcstombs is not working Pin
Souldrift5-Aug-09 2:13
Souldrift5-Aug-09 2:13 
AnswerRe: wcstombs is not working Pin
CPallini4-Aug-09 23:55
mveCPallini4-Aug-09 23:55 
GeneralRe: wcstombs is not working Pin
n1pabs5-Aug-09 5:03
n1pabs5-Aug-09 5:03 
QuestionRe: wcstombs is not working Pin
David Crow5-Aug-09 3:00
David Crow5-Aug-09 3:00 
AnswerRe: wcstombs is not working Pin
Nemanja Trifunovic5-Aug-09 8:35
Nemanja Trifunovic5-Aug-09 8:35 
QuestionCan we change the path of dlls in target directory? Pin
Nilesh Hamane4-Aug-09 22:56
Nilesh Hamane4-Aug-09 22:56 
AnswerRe: Can we change the path of dlls in target directory? Pin
sashoalm5-Aug-09 2:36
sashoalm5-Aug-09 2:36 
GeneralRe: Can we change the path of dlls in target directory? Pin
Nilesh Hamane5-Aug-09 22:46
Nilesh Hamane5-Aug-09 22:46 
GeneralRe: Can we change the path of dlls in target directory? Pin
sashoalm5-Aug-09 23:51
sashoalm5-Aug-09 23:51 
QuestionConverting ANSI to UNICODE Pin
bhanu_reddy094-Aug-09 21:37
bhanu_reddy094-Aug-09 21:37 
QuestionRe: Converting ANSI to UNICODE Pin
CPallini4-Aug-09 22:06
mveCPallini4-Aug-09 22:06 
AnswerRe: Converting ANSI to UNICODE Pin
Michael Dunn4-Aug-09 22:23
sitebuilderMichael Dunn4-Aug-09 22:23 
GeneralRe: Converting ANSI to UNICODE Pin
bhanu_reddy094-Aug-09 22:34
bhanu_reddy094-Aug-09 22:34 
GeneralRe: Converting ANSI to UNICODE Pin
CPallini4-Aug-09 23:47
mveCPallini4-Aug-09 23:47 
GeneralRe: Converting ANSI to UNICODE Pin
Souldrift4-Aug-09 22:38
Souldrift4-Aug-09 22:38 
GeneralRe: Converting ANSI to UNICODE Pin
bhanu_reddy094-Aug-09 22:42
bhanu_reddy094-Aug-09 22:42 
GeneralRe: Converting ANSI to UNICODE Pin
Souldrift4-Aug-09 23:28
Souldrift4-Aug-09 23:28 
GeneralRe: Converting ANSI to UNICODE Pin
bhanu_85095-Aug-09 2:50
bhanu_85095-Aug-09 2:50 
Dear All,

I have tried in many possible ways but I cannot display the character ♠. The real problem is that I need to change my entire project to UNICODE but this is not possible for right now. I also tried the below and even not working.

wchar_t display[2];
display[0] = 0x2660;
display[1] = 0;
edit.SetWindowText(display); //This only works when I change the project into UNICODE.


Is there any possible way to do simply. Many thanks in advance.

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.