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

C / C++ / MFC

 
GeneralRe: Problem with SAPI and Windows Vista Pin
Richard MacCutchan20-Sep-09 21:29
mveRichard MacCutchan20-Sep-09 21:29 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina5-Oct-09 21:56
FredBrina5-Oct-09 21:56 
GeneralRe: Problem with SAPI and Windows Vista Pin
FredBrina5-Oct-09 22:03
FredBrina5-Oct-09 22:03 
QuestionHow to read a directory/folder? Pin
Anthony Appleyard19-Sep-09 5:04
Anthony Appleyard19-Sep-09 5:04 
AnswerRe: How to read a directory/folder? Pin
Richard MacCutchan19-Sep-09 5:17
mveRichard MacCutchan19-Sep-09 5:17 
AnswerRe: How to read a directory/folder? Pin
Code-o-mat19-Sep-09 5:17
Code-o-mat19-Sep-09 5:17 
QuestionHow to call 1-byte character functions? [modified] Pin
Anthony Appleyard19-Sep-09 3:48
Anthony Appleyard19-Sep-09 3:48 
AnswerRe: How to call 1-byte character functions? Pin
CPallini19-Sep-09 4:13
mveCPallini19-Sep-09 4:13 
Your-Project->Properties menu item, then Configuration Properties->General node, finally set Character Set to Use Multi-Byte character set instead of Use Unicode character set.

however, be aware that (MSDN [^]):

Since Windows NT, all Windows versions are built from the ground up using Unicode. That is, all the core functions for creating windows, displaying text, performing string manipulations, and so forth require Unicode strings. If you call any Windows function passing it an ANSI string (a string of 1-byte characters), the function first converts the string to Unicode and then passes the Unicode string to the operating system. If you are expecting ANSI strings back from a function, the system converts the Unicode string to an ANSI string before returning to your application. All these conversions occur invisibly to you. Of course, there is time and memory overhead involved for the system to carry out all these string conversions.

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: How to call 1-byte character functions? Pin
Anthony Appleyard19-Sep-09 5:00
Anthony Appleyard19-Sep-09 5:00 
QuestionConvert CString to std::string Pin
kumar sanghvi19-Sep-09 2:31
kumar sanghvi19-Sep-09 2:31 
AnswerRe: Convert CString to std::string Pin
Richard MacCutchan19-Sep-09 3:09
mveRichard MacCutchan19-Sep-09 3:09 
AnswerRe: Convert CString to std::string Pin
CPallini19-Sep-09 3:18
mveCPallini19-Sep-09 3:18 
QuestionAbout Window 7 theme and MFC Pin
hyrahul6419-Sep-09 2:16
hyrahul6419-Sep-09 2:16 
AnswerRe: About Window 7 theme and MFC Pin
Stuart Dootson19-Sep-09 21:52
professionalStuart Dootson19-Sep-09 21:52 
GeneralRe: About Window 7 theme and MFC Pin
caroparo14-Jan-10 21:41
caroparo14-Jan-10 21:41 
GeneralRe: About Window 7 theme and MFC Pin
Stuart Dootson14-Jan-10 22:01
professionalStuart Dootson14-Jan-10 22:01 
QuestionMatrix multiplication in C Pin
Shivam Singh19-Sep-09 2:04
Shivam Singh19-Sep-09 2:04 
AnswerRe: Matrix multiplication in C Pin
CPallini19-Sep-09 2:19
mveCPallini19-Sep-09 2:19 
QuestionRe: Matrix multiplication in C Pin
Michael Schubert19-Sep-09 4:32
Michael Schubert19-Sep-09 4:32 
QuestionAdd an event on runtime Pin
clint198218-Sep-09 23:50
clint198218-Sep-09 23:50 
AnswerRe: Add an event on runtime Pin
theCPkid19-Sep-09 0:28
theCPkid19-Sep-09 0:28 
GeneralRe: Add an event on runtime Pin
clint198219-Sep-09 0:34
clint198219-Sep-09 0:34 
GeneralRe: Add an event on runtime Pin
theCPkid19-Sep-09 0:56
theCPkid19-Sep-09 0:56 
AnswerRe: Add an event on runtime Pin
CPallini19-Sep-09 0:57
mveCPallini19-Sep-09 0:57 
QuestionHow can find all image files in MyComputer? Pin
Le@rner18-Sep-09 23:23
Le@rner18-Sep-09 23:23 

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.