Click here to Skip to main content
15,896,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: character size more than 2 bytes Pin
vikramlinux8-Dec-04 22:09
vikramlinux8-Dec-04 22:09 
GeneralRe: character size more than 2 bytes Pin
soundman328-Dec-04 22:17
soundman328-Dec-04 22:17 
GeneralRe: character size more than 2 bytes Pin
parag8-Dec-04 22:27
parag8-Dec-04 22:27 
GeneralRe: character size more than 2 bytes Pin
Prakash Nadar9-Dec-04 4:26
Prakash Nadar9-Dec-04 4:26 
GeneralRe: character size more than 2 bytes Pin
Henry miller9-Dec-04 5:36
Henry miller9-Dec-04 5:36 
GeneralRe: character size more than 2 bytes Pin
toxcct8-Dec-04 22:24
toxcct8-Dec-04 22:24 
GeneralRe: character size more than 2 bytes Pin
Thomas Haller9-Dec-04 2:28
Thomas Haller9-Dec-04 2:28 
GeneralRe: character size more than 2 bytes Pin
Henry miller9-Dec-04 5:40
Henry miller9-Dec-04 5:40 
Yes you can use unicode. However you cannot use the uncode functions built into windows, because they use UCS-2 which is only 16 bit.

I would typedef unsigned long to something like my_unicode_type, so that if you come up with something better latter you only need to change your type in one place. This depends though, if you are writting a class to wrap everything it might not be required.


GeneralA CRecordset Problem. Pin
willyfu8-Dec-04 21:01
willyfu8-Dec-04 21:01 
GeneralRe: A CRecordset Problem. Pin
David Crow9-Dec-04 3:16
David Crow9-Dec-04 3:16 
GeneralThank you ,and I have used the ODBC API Pin
willyfu9-Dec-04 18:16
willyfu9-Dec-04 18:16 
GeneralRe: Thank you ,and I have used the ODBC API Pin
David Crow14-Dec-04 3:22
David Crow14-Dec-04 3:22 
QuestionWhat am I doing wrong??? Pin
aaadetos8-Dec-04 20:48
aaadetos8-Dec-04 20:48 
Generalfilter all application messages Pin
A T I F8-Dec-04 20:24
A T I F8-Dec-04 20:24 
GeneralRe: filter all application messages Pin
alex.barylski8-Dec-04 20:45
alex.barylski8-Dec-04 20:45 
GeneralPage break in html Pin
Member 12010138-Dec-04 20:05
Member 12010138-Dec-04 20:05 
GeneralRe: Page break in html Pin
alex.barylski8-Dec-04 20:44
alex.barylski8-Dec-04 20:44 
GeneralText Wrap in Static control Pin
Pushkar Tamboli8-Dec-04 19:53
Pushkar Tamboli8-Dec-04 19:53 
GeneralRe: Text Wrap in Static control Pin
A T I F8-Dec-04 20:39
A T I F8-Dec-04 20:39 
GeneralRe: Text Wrap in Static control Pin
Pushkar Tamboli8-Dec-04 22:20
Pushkar Tamboli8-Dec-04 22:20 
GeneralRe: Text Wrap in Static control Pin
namaskaaram8-Dec-04 23:37
namaskaaram8-Dec-04 23:37 
Questioncheck box could be owner draw? Pin
lowiq8-Dec-04 19:51
lowiq8-Dec-04 19:51 
GeneralMarcos in MFC Pin
Amit Mulay8-Dec-04 19:16
Amit Mulay8-Dec-04 19:16 
GeneralRe: Marcos in MFC Pin
alex.barylski8-Dec-04 19:19
alex.barylski8-Dec-04 19:19 
GeneralRe: Marcos in MFC Pin
toxcct8-Dec-04 22:08
toxcct8-Dec-04 22:08 

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.