Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCString::GetBuffer(-1) Pin
xcavin1-Feb-05 21:37
xcavin1-Feb-05 21:37 
GeneralRe: CString::GetBuffer(-1) Pin
2249171-Feb-05 21:53
2249171-Feb-05 21:53 
GeneralRe: CString::GetBuffer(-1) Pin
David Crow2-Feb-05 2:33
David Crow2-Feb-05 2:33 
GeneralDLL Memory Usage Pin
KoderProject1-Feb-05 20:49
sussKoderProject1-Feb-05 20:49 
GeneralRe: DLL Memory Usage Pin
David Crow2-Feb-05 2:36
David Crow2-Feb-05 2:36 
GeneralUNICODE Problem Pin
lisoft1-Feb-05 20:09
lisoft1-Feb-05 20:09 
GeneralRe: UNICODE Problem Pin
Maximilien2-Feb-05 0:38
Maximilien2-Feb-05 0:38 
GeneralRe: UNICODE Problem Pin
Blake Miller3-Feb-05 6:43
Blake Miller3-Feb-05 6:43 
This is not necessarily True.

MOST of the Win32 API calls involving strings that are used by an ANSI program have to first pass through interal code to CONVERT those strings to Unicode before calling the native UNICODE functions in the WIN32 API and then back into ANSI upon returning any strings. Microsoft has consistently stated that a UNICODE application with a lot of string processing towards WIN32 API function calls would be faster if it were built to use UNICODE.

So the question makes sense, why is it slower in UNICODE?
I don't really know why.

GeneralBring the application to system tray Pin
surend2k1-Feb-05 19:29
surend2k1-Feb-05 19:29 
GeneralRe: Bring the application to system tray Pin
Yulianto.1-Feb-05 21:35
Yulianto.1-Feb-05 21:35 
GeneralRe: Bring the application to system tray Pin
surend2k2-Feb-05 2:31
surend2k2-Feb-05 2:31 
QuestionHow to link between two project in VC++ Pin
nowshadmc1-Feb-05 17:53
nowshadmc1-Feb-05 17:53 
GeneralPrint_Zero Function Pin
tnvols1-Feb-05 17:20
tnvols1-Feb-05 17:20 
GeneralRe: Print_Zero Function Pin
Ryan Binns1-Feb-05 17:27
Ryan Binns1-Feb-05 17:27 
GeneralDebug Assertion Failed Pin
vc-programmer-1-Feb-05 17:09
vc-programmer-1-Feb-05 17:09 
GeneralRe: Debug Assertion Failed Pin
Ryan Binns1-Feb-05 17:32
Ryan Binns1-Feb-05 17:32 
GeneralRe: my problem code here Pin
vc-programmer-1-Feb-05 20:10
vc-programmer-1-Feb-05 20:10 
GeneralRe: my problem code here Pin
Roger Allen1-Feb-05 23:14
Roger Allen1-Feb-05 23:14 
GeneralRe: my problem code here Pin
vc-programmer-1-Feb-05 23:28
vc-programmer-1-Feb-05 23:28 
GeneralRe: my problem code here Pin
Ravi Bhavnani2-Feb-05 2:52
professionalRavi Bhavnani2-Feb-05 2:52 
GeneralRe: my problem code here Pin
Bob Ciora2-Feb-05 13:05
Bob Ciora2-Feb-05 13:05 
GeneralRe: CStringArray Pin
vc-programmer-2-Feb-05 16:46
vc-programmer-2-Feb-05 16:46 
GeneralRe: CStringArray Pin
Ravi Bhavnani3-Feb-05 2:35
professionalRavi Bhavnani3-Feb-05 2:35 
GeneralADO Pin
yingkou1-Feb-05 15:50
yingkou1-Feb-05 15:50 
GeneralRe: ADO Pin
BlackDice2-Feb-05 3:10
BlackDice2-Feb-05 3:10 

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.