Click here to Skip to main content
15,922,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Looping through a string Pin
David Crow30-Nov-07 3:26
David Crow30-Nov-07 3:26 
Questioncompile code in without unicode Pin
Kiran Pinjala29-Nov-07 23:08
Kiran Pinjala29-Nov-07 23:08 
AnswerRe: compile code in without unicode Pin
uusheikh29-Nov-07 23:14
uusheikh29-Nov-07 23:14 
GeneralRe: compile code in without unicode Pin
Kiran Pinjala29-Nov-07 23:16
Kiran Pinjala29-Nov-07 23:16 
QuestionRe: compile code in without unicode Pin
Kiran Pinjala29-Nov-07 23:25
Kiran Pinjala29-Nov-07 23:25 
AnswerRe: compile code in without unicode Pin
David Crow30-Nov-07 3:29
David Crow30-Nov-07 3:29 
AnswerRe: compile code in without unicode Pin
CPallini29-Nov-07 23:22
mveCPallini29-Nov-07 23:22 
AnswerRe: compile code in without unicode Pin
Mike Dimmick30-Nov-07 0:36
Mike Dimmick30-Nov-07 0:36 
Don't. Windows NT APIs are entirely Unicode-native - if you run an ANSI application on Windows NT-based operating systems (NT 4.0, Windows 2000, XP, Server 2003, Vista and later) all your strings get converted back to Unicode before being processed, and if asking for string values the results will have to be converted back to ANSI from Unicode.

Also, you will find it much more difficult to localize your application. Some scripts are Unicode-only, there is no equivalent ANSI code page.

Right now you should only think about compiling an ANSI application if running on Windows 98 is a requirement - and these OS usage share statistics[^] are showing less than 1% usage, barely more than Linux - and if that is a requirement, you should consider looking into the Microsoft Layer for Unicode[^], which allows programs compiled for Unicode to run on Win9X.


DoEvents: Generating unexpected recursion since 1991

QuestionHow to make aspect ratio independent graphics? Pin
rkshdixit29-Nov-07 22:42
rkshdixit29-Nov-07 22:42 
AnswerRe: How to make aspect ratio independent graphics? Pin
Nelek30-Nov-07 0:03
protectorNelek30-Nov-07 0:03 
Questioncreate save dialog box. Pin
keyto29-Nov-07 22:38
keyto29-Nov-07 22:38 
AnswerRe: create save dialog box. Pin
Hamid_RT29-Nov-07 22:56
Hamid_RT29-Nov-07 22:56 
AnswerRe: create save dialog box. Pin
JudyL_MD30-Nov-07 2:29
JudyL_MD30-Nov-07 2:29 
QuestionSQLBindParameter not working Pin
prithaa29-Nov-07 22:37
prithaa29-Nov-07 22:37 
AnswerRe: SQLBindParameter not working Pin
JudyL_MD30-Nov-07 2:30
JudyL_MD30-Nov-07 2:30 
QuestionSQLBindParameter problem Pin
prithaa29-Nov-07 22:21
prithaa29-Nov-07 22:21 
AnswerRe: SQLBindParameter problem Pin
David Crow30-Nov-07 3:32
David Crow30-Nov-07 3:32 
QuestionProblem about VS2005 Pin
kcynic29-Nov-07 21:00
kcynic29-Nov-07 21:00 
AnswerRe: Problem about VS2005 Pin
Lord Kixdemp29-Nov-07 22:05
Lord Kixdemp29-Nov-07 22:05 
GeneralRe: Problem about VS2005 Pin
kcynic30-Nov-07 0:25
kcynic30-Nov-07 0:25 
AnswerRe: Problem about VS2005 Pin
Cedric Moonen30-Nov-07 0:54
Cedric Moonen30-Nov-07 0:54 
QuestionSending WM_PAINT anytime? (no MFC) Pin
Lord Kixdemp29-Nov-07 20:54
Lord Kixdemp29-Nov-07 20:54 
AnswerRe: Sending WM_PAINT anytime? (no MFC) Pin
Hamid_RT29-Nov-07 20:59
Hamid_RT29-Nov-07 20:59 
GeneralRe: Sending WM_PAINT anytime? (no MFC) Pin
Lord Kixdemp29-Nov-07 21:10
Lord Kixdemp29-Nov-07 21:10 
GeneralRe: Sending WM_PAINT anytime? (no MFC) Pin
Hamid_RT29-Nov-07 23:01
Hamid_RT29-Nov-07 23:01 

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.