Click here to Skip to main content
15,798,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode problem Pin
Nemanja Trifunovic26-Oct-09 5:34
Nemanja Trifunovic26-Oct-09 5:34 
GeneralRe: Unicode problem Pin
Hristo-Bojilov26-Oct-09 5:58
Hristo-Bojilov26-Oct-09 5:58 
GeneralRe: Unicode problem [modified] Pin
Nemanja Trifunovic26-Oct-09 6:25
Nemanja Trifunovic26-Oct-09 6:25 
GeneralRe: Unicode problem Pin
David Crow26-Oct-09 7:08
David Crow26-Oct-09 7:08 
GeneralRe: Unicode problem Pin
Nemanja Trifunovic26-Oct-09 7:30
Nemanja Trifunovic26-Oct-09 7:30 
GeneralUniversal character names Pin
Nemanja Trifunovic26-Oct-09 8:43
Nemanja Trifunovic26-Oct-09 8:43 
GeneralRe: Unicode problem [modified] Pin
Hristo-Bojilov26-Oct-09 9:16
Hristo-Bojilov26-Oct-09 9:16 
AnswerRe: Unicode problem Pin
CPallini26-Oct-09 5:34
mveCPallini26-Oct-09 5:34 
Shaheen.India wrote:
wcscpy(strUnicode[0],L"U+0985");


Should be
wcscpy(strUnicode[0],L"\x0985");

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Unicode problem Pin
m_mun26-Oct-09 5:38
m_mun26-Oct-09 5:38 
Questionmodifystyle not working Pin
prithaa26-Oct-09 5:08
prithaa26-Oct-09 5:08 
AnswerRe: modifystyle not working Pin
KarstenK26-Oct-09 5:32
mveKarstenK26-Oct-09 5:32 
AnswerRe: modifystyle not working Pin
Covean26-Oct-09 5:37
Covean26-Oct-09 5:37 
QuestionRe: modifystyle not working Pin
David Crow26-Oct-09 5:39
David Crow26-Oct-09 5:39 
AnswerRe: modifystyle not working Pin
Kushagra Tiwari27-Oct-09 0:02
Kushagra Tiwari27-Oct-09 0:02 
QuestionDraw a FRAMERECT() on top of ONTIMER() image refresh! Pin
esc32126-Oct-09 5:07
esc32126-Oct-09 5:07 
AnswerRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
CPallini26-Oct-09 5:29
mveCPallini26-Oct-09 5:29 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
KarstenK26-Oct-09 5:35
mveKarstenK26-Oct-09 5:35 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
CPallini26-Oct-09 5:47
mveCPallini26-Oct-09 5:47 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
esc32126-Oct-09 5:37
esc32126-Oct-09 5:37 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
CPallini26-Oct-09 5:54
mveCPallini26-Oct-09 5:54 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
Iain Clarke, Warrior Programmer26-Oct-09 6:13
Iain Clarke, Warrior Programmer26-Oct-09 6:13 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
CPallini26-Oct-09 6:27
mveCPallini26-Oct-09 6:27 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
Iain Clarke, Warrior Programmer26-Oct-09 6:12
Iain Clarke, Warrior Programmer26-Oct-09 6:12 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
esc32126-Oct-09 6:27
esc32126-Oct-09 6:27 
GeneralRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
esc32126-Oct-09 6:41
esc32126-Oct-09 6:41 

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.