Click here to Skip to main content
15,887,302 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: WCHAR Pin
Waldermort5-Feb-07 18:39
Waldermort5-Feb-07 18:39 
GeneralRe: WCHAR Pin
asdtry5-Feb-07 19:14
asdtry5-Feb-07 19:14 
GeneralRe: WCHAR Pin
Waldermort5-Feb-07 19:22
Waldermort5-Feb-07 19:22 
GeneralRe: WCHAR Pin
asdtry5-Feb-07 19:28
asdtry5-Feb-07 19:28 
GeneralRe: WCHAR Pin
Waldermort5-Feb-07 19:54
Waldermort5-Feb-07 19:54 
GeneralRe: WCHAR Pin
asdtry5-Feb-07 21:57
asdtry5-Feb-07 21:57 
GeneralRe: WCHAR Pin
jhwurmbach5-Feb-07 22:18
jhwurmbach5-Feb-07 22:18 
GeneralRe: WCHAR Pin
Waldermort5-Feb-07 23:05
Waldermort5-Feb-07 23:05 
Not unless you use the "Layer for Unicode" api. This is just a dll you link against and ship with your program.

The best option is to do an ANSI build and convert the UNICODE files you are reading. Be warned though, not all UNICODE can be converted to ANSI, you might find it better to use a multibyte encoding like UTF8 and convert everything ( ANSI and UNICODE ) to this.
QuestionHelp about adding controls dynamically. How ? Pin
Sakthiu5-Feb-07 17:30
Sakthiu5-Feb-07 17:30 
AnswerRe: Help about adding controls dynamically. How ? Pin
_AnsHUMAN_ 5-Feb-07 18:06
_AnsHUMAN_ 5-Feb-07 18:06 
AnswerRe: Help about adding controls dynamically. How ? Pin
Hamid_RT5-Feb-07 19:49
Hamid_RT5-Feb-07 19:49 
AnswerRe: Help about adding controls dynamically. How ? Pin
ThatsAlok6-Feb-07 19:58
ThatsAlok6-Feb-07 19:58 
QuestionComparing two strings, works in debug, fails in release Pin
Anthony Mushrow5-Feb-07 16:39
professionalAnthony Mushrow5-Feb-07 16:39 
AnswerRe: Comparing two strings, works in debug, fails in release Pin
User 5838525-Feb-07 16:47
User 5838525-Feb-07 16:47 
GeneralRe: Comparing two strings, works in debug, fails in release Pin
Anthony Mushrow5-Feb-07 16:58
professionalAnthony Mushrow5-Feb-07 16:58 
GeneralRe: Comparing two strings, works in debug, fails in release Pin
jhwurmbach5-Feb-07 22:57
jhwurmbach5-Feb-07 22:57 
AnswerRe: Comparing two strings, works in debug, fails in release Pin
ThatsAlok6-Feb-07 19:59
ThatsAlok6-Feb-07 19:59 
GeneralRe: Comparing two strings, works in debug, fails in release Pin
Anthony Mushrow7-Feb-07 2:17
professionalAnthony Mushrow7-Feb-07 2:17 
QuestionFunction nesting error Pin
dellthinker5-Feb-07 13:43
dellthinker5-Feb-07 13:43 
AnswerRe: Function nesting error Pin
Mark Salsbery5-Feb-07 13:48
Mark Salsbery5-Feb-07 13:48 
AnswerWhat are you doing ?!! ;) Pin
Mohammad Rastkar5-Feb-07 15:57
Mohammad Rastkar5-Feb-07 15:57 
AnswerRe: Function nesting error Pin
Stephen Hewitt5-Feb-07 16:13
Stephen Hewitt5-Feb-07 16:13 
QuestionUpdateData() Behavior Pin
Makakuin5-Feb-07 10:50
Makakuin5-Feb-07 10:50 
AnswerRe: UpdateData() Behavior Pin
David Crow5-Feb-07 11:01
David Crow5-Feb-07 11:01 
GeneralRe: UpdateData() Behavior Pin
Makakuin5-Feb-07 11:05
Makakuin5-Feb-07 11:05 

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.