Click here to Skip to main content
15,922,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CEedit MFC question Pin
ThatsAlok3-Dec-06 20:13
ThatsAlok3-Dec-06 20:13 
QuestionMemory leaks Pin
Eikthrynir2-Dec-06 1:45
Eikthrynir2-Dec-06 1:45 
AnswerRe: Memory leaks Pin
Mark Salsbery2-Dec-06 5:58
Mark Salsbery2-Dec-06 5:58 
GeneralRe: Memory leaks Pin
Eikthrynir2-Dec-06 7:58
Eikthrynir2-Dec-06 7:58 
AnswerRe: Memory leaks Pin
Joe Woodbury2-Dec-06 10:32
professionalJoe Woodbury2-Dec-06 10:32 
GeneralRe: Memory leaks Pin
Eikthrynir2-Dec-06 11:08
Eikthrynir2-Dec-06 11:08 
QuestionApplication Error. The Memory Could not be read Pin
B.Govindarajan2-Dec-06 1:41
B.Govindarajan2-Dec-06 1:41 
AnswerRe: Application Error. The Memory Could not be read Pin
Mark Salsbery2-Dec-06 6:08
Mark Salsbery2-Dec-06 6:08 
The error message says it all. You have tried (probably unintentionally Smile | :) ) to read from an
adddress you are not allowed to read from.

If you run in the debugger you should be able to trace back to the offending code when the
exception occurs.

There's a bad pointer problem somewhere.

Mark

QuestionCFont does not work with CListCtrl [modified] Pin
cy163@hotmail.com1-Dec-06 21:42
cy163@hotmail.com1-Dec-06 21:42 
AnswerRe: CFont does not work with CListCtrl Pin
Makakuin1-Dec-06 21:48
Makakuin1-Dec-06 21:48 
GeneralRe: CFont does not work with CListCtrl Pin
cy163@hotmail.com1-Dec-06 21:54
cy163@hotmail.com1-Dec-06 21:54 
GeneralRe: CFont does not work with CListCtrl Pin
Makakuin1-Dec-06 22:00
Makakuin1-Dec-06 22:00 
AnswerRe: CFont does not work with CListCtrl Pin
Mark Salsbery2-Dec-06 6:03
Mark Salsbery2-Dec-06 6:03 
AnswerRe: CFont does not work with CListCtrl Pin
Joe Woodbury2-Dec-06 10:50
professionalJoe Woodbury2-Dec-06 10:50 
AnswerRe: CFont does not work with CListCtrl Pin
cy163@hotmail.com4-Dec-06 10:30
cy163@hotmail.com4-Dec-06 10:30 
QuestionSetting background color to the dialog box Pin
Taruni1-Dec-06 19:35
Taruni1-Dec-06 19:35 
AnswerRe: Setting background color to the dialog box Pin
Rajesh R Subramanian1-Dec-06 19:45
professionalRajesh R Subramanian1-Dec-06 19:45 
AnswerRe: Setting background color to the dialog box Pin
Joe Woodbury2-Dec-06 10:52
professionalJoe Woodbury2-Dec-06 10:52 
QuestionCombo box help Pin
celllllllll1-Dec-06 11:58
celllllllll1-Dec-06 11:58 
AnswerRe: Combo box help Pin
Mark Salsbery1-Dec-06 12:05
Mark Salsbery1-Dec-06 12:05 
GeneralRe: Combo box help Pin
celllllllll1-Dec-06 12:22
celllllllll1-Dec-06 12:22 
GeneralRe: Combo box help Pin
Mark Salsbery1-Dec-06 12:42
Mark Salsbery1-Dec-06 12:42 
GeneralRe: Combo box help Pin
Mark Salsbery1-Dec-06 12:43
Mark Salsbery1-Dec-06 12:43 
GeneralRe: Combo box help Pin
celllllllll1-Dec-06 12:57
celllllllll1-Dec-06 12:57 
GeneralRe: Combo box help Pin
celllllllll1-Dec-06 13:21
celllllllll1-Dec-06 13:21 

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.