Click here to Skip to main content
16,010,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generala "user breakpoint..." message i don't understand Pin
Gérald Mercet21-Nov-02 4:25
Gérald Mercet21-Nov-02 4:25 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Navin21-Nov-02 4:51
Navin21-Nov-02 4:51 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Gérald Mercet21-Nov-02 5:42
Gérald Mercet21-Nov-02 5:42 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Tim Smith21-Nov-02 6:06
Tim Smith21-Nov-02 6:06 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Gérald Mercet21-Nov-02 6:31
Gérald Mercet21-Nov-02 6:31 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Roger Allen21-Nov-02 6:40
Roger Allen21-Nov-02 6:40 
GeneralRe: a "user breakpoint..." message i don't understand Pin
Toni7821-Nov-02 8:04
Toni7821-Nov-02 8:04 
GeneralScreen bit depth and fonts Pin
David Chamberlain21-Nov-02 4:04
David Chamberlain21-Nov-02 4:04 
I've got a VC++ 6 standalone Windows app that has been relying on the screen being set in 8-bit color mode in order to do palette manipulation on its own special data display. When the screen is set in 16-bit color mode, the palette manipulations still seem to work, but when the CFont objects are created for some text display (basic 12-pt size, etc), the characters in 16-bit depth are large, ugly, and essentially unreadable. In 8-bit depth, everything looks fine. The positioning within the display bitmap is also off in the 16-bit depth.

I'm missing some key piece here that I haven't been able to identify yet, and that's where I'm looking for some guidance. If the app creates a 12-pt font in 8-bit depth and uses GDI TextOut for a text string at location (100,100) in the display bitmap, things are fine.

In 16-bit depth, shouldn't it work the same way? What's the difference that causes the problem?

As always, any guidance from those who know will be most appreciated.

Thanks,
Dave

"You can say that again." -- Dept. of Redundancy Dept.
QuestionAdditional resource files? Pin
Jamie Hale21-Nov-02 3:42
Jamie Hale21-Nov-02 3:42 
AnswerRe: Additional resource files? Pin
Navin21-Nov-02 4:18
Navin21-Nov-02 4:18 
GeneralRe: Additional resource files? Pin
Jamie Hale21-Nov-02 4:25
Jamie Hale21-Nov-02 4:25 
GeneralGDI Object Grouping Pin
Kyudos21-Nov-02 3:25
Kyudos21-Nov-02 3:25 
GeneralRe: GDI Object Grouping Pin
Paul M Watt21-Nov-02 8:32
mentorPaul M Watt21-Nov-02 8:32 
GeneralRe: GDI Object Grouping Pin
uwemundry22-Nov-02 18:07
sussuwemundry22-Nov-02 18:07 
GeneralRe: GDI Object Grouping Pin
Kyudos27-Nov-02 2:42
Kyudos27-Nov-02 2:42 
GeneralALT+ENTER key... Pin
Neha21-Nov-02 3:17
Neha21-Nov-02 3:17 
GeneralRe: ALT+ENTER key... Pin
Fazlul Kabir21-Nov-02 3:57
Fazlul Kabir21-Nov-02 3:57 
GeneralRe: ALT+ENTER key... Pin
Neha21-Nov-02 16:52
Neha21-Nov-02 16:52 
GeneralRe: ALT+ENTER key... Pin
James R. Twine21-Nov-02 17:59
James R. Twine21-Nov-02 17:59 
GeneralMFC Printing Question Pin
Nick Parker21-Nov-02 3:14
protectorNick Parker21-Nov-02 3:14 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 3:36
Nitron21-Nov-02 3:36 
GeneralRe: MFC Printing Question Pin
Nick Parker21-Nov-02 3:45
protectorNick Parker21-Nov-02 3:45 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 3:56
Nitron21-Nov-02 3:56 
GeneralRe: MFC Printing Question Pin
Ravi Bhavnani21-Nov-02 5:26
professionalRavi Bhavnani21-Nov-02 5:26 
GeneralRe: MFC Printing Question Pin
Nitron21-Nov-02 5:32
Nitron21-Nov-02 5:32 

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.