Click here to Skip to main content
15,914,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Specific Icon Format Pin
Shog924-Aug-02 8:38
sitebuilderShog924-Aug-02 8:38 
QuestionHow Can I add Checkbox in a CTreeCtrl? Pin
Pole24-Aug-02 8:27
Pole24-Aug-02 8:27 
AnswerRe: How Can I add Checkbox in a CTreeCtrl? Pin
Steve L.24-Aug-02 13:48
Steve L.24-Aug-02 13:48 
GeneralRe: How Can I add Checkbox in a CTreeCtrl? Pin
Pole24-Aug-02 22:16
Pole24-Aug-02 22:16 
QuestionAny ideas on making an XP-like caption bar without a manifest file? Pin
DanYELL24-Aug-02 8:20
DanYELL24-Aug-02 8:20 
AnswerRe: Any ideas on making an XP-like caption bar without a manifest file? Pin
Mike Nordell25-Aug-02 3:09
Mike Nordell25-Aug-02 3:09 
QuestionDoes there exits a CHotCheck class anywhere? Pin
DanYELL24-Aug-02 8:06
DanYELL24-Aug-02 8:06 
GeneralMemory Allocation Failures Pin
Chris Hafey24-Aug-02 7:07
Chris Hafey24-Aug-02 7:07 
I am running into the case where the system is running our of memory so new and malloc are returning 0 causing our application to crash. Of course windows is totally hosed at this point as well (it doesn't handle out of memory situations very well). Checking for allocation failures everywhere would be huge task and I am concerned that it would not add much value. What do you guys do about this? Do you actually check for failures and handle them? If so, how do you handle them? Thanks!

Chris

PS - I have setup a new handler with a safety buffer to ensure that I have enough memory to display a warning message to allow the user to logout, but this is till not good enough.
GeneralRe: Memory Allocation Failures Pin
Chris Losinger24-Aug-02 7:17
professionalChris Losinger24-Aug-02 7:17 
GeneralRe: Memory Allocation Failures Pin
Mike Nordell25-Aug-02 3:17
Mike Nordell25-Aug-02 3:17 
GeneralGDI Resources Pin
Stew24-Aug-02 6:59
Stew24-Aug-02 6:59 
GeneralRe: GDI Resources Pin
Jiminy24-Aug-02 7:45
Jiminy24-Aug-02 7:45 
GeneralRe: GDI Resources Pin
Anonymous25-Aug-02 6:06
Anonymous25-Aug-02 6:06 
GeneralRe: GDI Resources Pin
Stew25-Aug-02 7:53
Stew25-Aug-02 7:53 
GeneralRe: GDI Resources Pin
Jiminy27-Aug-02 15:44
Jiminy27-Aug-02 15:44 
GeneralWinsock I/O Model :: Winsock Pin
valikac24-Aug-02 4:28
valikac24-Aug-02 4:28 
GeneralRe: Winsock I/O Model :: Winsock Pin
Masaaki Onishi25-Aug-02 4:54
Masaaki Onishi25-Aug-02 4:54 
GeneralRe: Winsock I/O Model :: Winsock Pin
valikac25-Aug-02 5:03
valikac25-Aug-02 5:03 
GeneralFlicker free CListCtrl Pin
alex.barylski24-Aug-02 4:16
alex.barylski24-Aug-02 4:16 
GeneralRe: Flicker free CListCtrl Pin
alex.barylski24-Aug-02 5:02
alex.barylski24-Aug-02 5:02 
Generalreinterpret_cast<> VS type casting Pin
Paul Silvernail24-Aug-02 3:58
Paul Silvernail24-Aug-02 3:58 
GeneralRe: reinterpret_cast<> VS type casting Pin
valikac24-Aug-02 4:14
valikac24-Aug-02 4:14 
GeneralRe: reinterpret_cast<> VS type casting Pin
Paul Silvernail24-Aug-02 4:56
Paul Silvernail24-Aug-02 4:56 
GeneralRe: reinterpret_cast<> VS type casting Pin
Michael Dunn24-Aug-02 6:09
sitebuilderMichael Dunn24-Aug-02 6:09 
GeneralRe: reinterpret_cast<> VS type casting Pin
Mike Nordell25-Aug-02 3:18
Mike Nordell25-Aug-02 3:18 

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.