Click here to Skip to main content
15,921,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Destroy/Close the window Pin
Mark Salsbery2-Jan-08 7:58
Mark Salsbery2-Jan-08 7:58 
QuestionHow to know Project type Pin
s196675m19-Dec-07 14:00
s196675m19-Dec-07 14:00 
AnswerRe: How to know Project type Pin
Hamid_RT19-Dec-07 18:06
Hamid_RT19-Dec-07 18:06 
Generalgdiplusimaging.h error Pin
Anthony Appleyard19-Dec-07 11:54
Anthony Appleyard19-Dec-07 11:54 
GeneralRe: gdiplusimaging.h error Pin
Mark Salsbery20-Dec-07 6:38
Mark Salsbery20-Dec-07 6:38 
Questionoperator << inherited? Pin
Budric B.19-Dec-07 11:48
Budric B.19-Dec-07 11:48 
AnswerRe: operator << inherited? Pin
Lea Hayes19-Dec-07 16:15
Lea Hayes19-Dec-07 16:15 
GeneralRe: operator << inherited? Pin
Budric B.20-Dec-07 4:53
Budric B.20-Dec-07 4:53 
GeneralRe: operator << inherited? Pin
Lea Hayes20-Dec-07 12:05
Lea Hayes20-Dec-07 12:05 
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 

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.