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

C / C++ / MFC

 
AnswerRe: How to test for a Bad Ptr "0xcccccccc" Pin
Cedric Moonen15-Nov-06 3:21
Cedric Moonen15-Nov-06 3:21 
GeneralRe: How to test for a Bad Ptr "0xcccccccc" Pin
Programm3r15-Nov-06 3:23
Programm3r15-Nov-06 3:23 
QuestionRe: How to test for a Bad Ptr "0xcccccccc" Pin
Programm3r15-Nov-06 3:38
Programm3r15-Nov-06 3:38 
AnswerRe: How to test for a Bad Ptr "0xcccccccc" Pin
Maximilien15-Nov-06 3:43
Maximilien15-Nov-06 3:43 
GeneralRe: How to test for a Bad Ptr "0xcccccccc" Pin
Programm3r15-Nov-06 4:03
Programm3r15-Nov-06 4:03 
AnswerRe: How to test for a Bad Ptr "0xcccccccc" Pin
Chris Losinger15-Nov-06 3:34
professionalChris Losinger15-Nov-06 3:34 
GeneralRe: How to test for a Bad Ptr "0xcccccccc" Pin
Programm3r15-Nov-06 3:42
Programm3r15-Nov-06 3:42 
GeneralRe: How to test for a Bad Ptr "0xcccccccc" Pin
James R. Twine15-Nov-06 7:37
James R. Twine15-Nov-06 7:37 
   Be careful with IsBadWritePtr(...), there are scenarios where relying on it can cause reduced stability:

   http://blogs.msdn.com/oldnewthing/archive/2006/09/27/773741.aspx[^]

   Which is why I stopped using when I learned about Guard Pages when researching driver development.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)

QuestionOwner draw buttton:Unable to handle enter key event Pin
Manish_Home15-Nov-06 3:13
Manish_Home15-Nov-06 3:13 
AnswerRe: Owner draw buttton:Unable to handle enter key event Pin
Hamid_RT15-Nov-06 7:54
Hamid_RT15-Nov-06 7:54 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Manish_Home15-Nov-06 17:22
Manish_Home15-Nov-06 17:22 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Hamid_RT15-Nov-06 18:36
Hamid_RT15-Nov-06 18:36 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Manish_Home15-Nov-06 19:17
Manish_Home15-Nov-06 19:17 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Hamid_RT15-Nov-06 20:07
Hamid_RT15-Nov-06 20:07 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Manish_Home15-Nov-06 20:30
Manish_Home15-Nov-06 20:30 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Hamid_RT15-Nov-06 21:00
Hamid_RT15-Nov-06 21:00 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Manish_Home14-Dec-06 22:10
Manish_Home14-Dec-06 22:10 
GeneralRe: Owner draw buttton:Unable to handle enter key event Pin
Hamid_RT14-Dec-06 22:30
Hamid_RT14-Dec-06 22:30 
QuestionReadFile() - Buffer... Pin
Programm3r15-Nov-06 1:48
Programm3r15-Nov-06 1:48 
AnswerRe: ReadFile() - Buffer... Pin
Monty215-Nov-06 2:02
Monty215-Nov-06 2:02 
GeneralRe: ReadFile() - Buffer... Pin
Programm3r15-Nov-06 2:06
Programm3r15-Nov-06 2:06 
GeneralRe: ReadFile() - Buffer... Pin
Monty215-Nov-06 2:10
Monty215-Nov-06 2:10 
GeneralRe: ReadFile() - Buffer... Pin
Programm3r15-Nov-06 2:17
Programm3r15-Nov-06 2:17 
GeneralOT Pin
Monty215-Nov-06 2:28
Monty215-Nov-06 2:28 
GeneralRe: OT Pin
Programm3r15-Nov-06 3:15
Programm3r15-Nov-06 3:15 

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.