Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[Message Deleted] Pin
Simon119-Dec-07 11:25
Simon119-Dec-07 11:25 
GeneralRe: Asking user information, application is started as admin or not? (Windows Vista) Pin
David Crow14-Mar-08 5:55
David Crow14-Mar-08 5:55 
QuestionID3LIB Image Pin
Lucky the code machine19-Dec-07 5:36
Lucky the code machine19-Dec-07 5:36 
GeneralAddOLEObject with LinkToFile on Word 2007 (MFC) Pin
-Dy19-Dec-07 5:30
-Dy19-Dec-07 5:30 
Generalfocus-button problem Pin
Try19-Dec-07 4:42
Try19-Dec-07 4:42 
Generalreading and writing JPG and GIF Pin
Anthony Appleyard19-Dec-07 4:36
Anthony Appleyard19-Dec-07 4:36 
GeneralRe: reading and writing JPG and GIF Pin
CPallini19-Dec-07 5:17
mveCPallini19-Dec-07 5:17 
GeneralRunning with 8-byte characters Pin
Anthony Appleyard19-Dec-07 4:21
Anthony Appleyard19-Dec-07 4:21 
Does Visual C++ 2008 (either the free download or the paid-for version) have an option to run in the old form with the Windows functions expecting old-type 8-bit character arrays?

For example, I get the impression that the old MessageBox() function with char* arguments, may still exist, but that there is also a new library routine MessageBoxW() with WCHAR* arguments, and then #define MessageBox MessageBoxW somewhere in the library blocks access to the old MessageBox() function; and similarly with many other Windows functions.

I know that this is to handle 16-bit Unicode characters; but my current program is a graphics program, and I am not interested in handling Devanagari or Arabic or Chinese etc characters and I am content with the old ascii set; and going through a biggish program adapting for so many Windows function calls being masked by new forms which need WCHAR* instead of char* arguments, is getting to be a total nightmare, and the more I have to change, the more risk is of mistakes getting in.
GeneralRe: Running with 8-byte characters Pin
JudyL_MD19-Dec-07 5:03
JudyL_MD19-Dec-07 5:03 
GeneralRe: Running with 8-byte characters Pin
Anthony Appleyard19-Dec-07 5:10
Anthony Appleyard19-Dec-07 5:10 
GeneralRe: Running with 8-byte characters Pin
CPallini19-Dec-07 5:11
mveCPallini19-Dec-07 5:11 
GeneralRe: Running with 8-byte characters Pin
cmk19-Dec-07 13:14
cmk19-Dec-07 13:14 
GeneralRemote Debugging Pin
Rage19-Dec-07 4:10
professionalRage19-Dec-07 4:10 
GeneralSDI Windows Style Pin
CrocodileBuck19-Dec-07 3:40
CrocodileBuck19-Dec-07 3:40 
GeneralRe: SDI Windows Style Pin
led mike19-Dec-07 4:01
led mike19-Dec-07 4:01 
GeneralRe: SDI Windows Style Pin
CrocodileBuck19-Dec-07 4:11
CrocodileBuck19-Dec-07 4:11 
GeneralRe: SDI Windows Style Pin
led mike19-Dec-07 5:48
led mike19-Dec-07 5:48 
GeneralRe: SDI Windows Style Pin
Mark Salsbery19-Dec-07 6:41
Mark Salsbery19-Dec-07 6:41 
GeneralRe: SDI Windows Style Pin
led mike19-Dec-07 7:16
led mike19-Dec-07 7:16 
GeneralRe: SDI Windows Style Pin
Mark Salsbery19-Dec-07 7:21
Mark Salsbery19-Dec-07 7:21 
GeneralHotkey for menu Item Pin
paresh_joe19-Dec-07 3:19
paresh_joe19-Dec-07 3:19 
GeneralRe: Hotkey for menu Item [modified] Pin
DoomedOne19-Dec-07 4:40
DoomedOne19-Dec-07 4:40 
GeneralRegarding Memory leak Pin
adiveppanavar19-Dec-07 0:55
adiveppanavar19-Dec-07 0:55 
QuestionRe: Regarding Memory leak Pin
CPallini19-Dec-07 1:01
mveCPallini19-Dec-07 1:01 
GeneralRe: Regarding Memory leak Pin
Hamid_RT19-Dec-07 1:25
Hamid_RT19-Dec-07 1:25 

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.