Click here to Skip to main content
15,880,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get CTreeCtrl to show selection after loss of focus Pin
Neelesh K J Jain30-Sep-05 7:25
Neelesh K J Jain30-Sep-05 7:25 
GeneralRe: How to get CTreeCtrl to show selection after loss of focus Pin
Ian Bowler30-Sep-05 7:32
Ian Bowler30-Sep-05 7:32 
GeneralRe: How to get CTreeCtrl to show selection after loss of focus Pin
Neelesh K J Jain30-Sep-05 18:22
Neelesh K J Jain30-Sep-05 18:22 
Questionlaunching application from html page Pin
vyjesh30-Sep-05 4:03
vyjesh30-Sep-05 4:03 
AnswerRe: launching application from html page Pin
Taka Muraoka30-Sep-05 8:44
Taka Muraoka30-Sep-05 8:44 
QuestionPrivate keys Pin
sunit530-Sep-05 3:46
sunit530-Sep-05 3:46 
QuestionMFC program error Pin
rncwnd30-Sep-05 1:48
rncwnd30-Sep-05 1:48 
AnswerRe: MFC program error Pin
mark novak30-Sep-05 2:43
mark novak30-Sep-05 2:43 
That is a classic. Your reading a null pointer. The following program will cause the same error.

int* x = 0;
*x = 1638;

When you get the message, click cancel so that it will load it in the debugger. Use the call stack to see where your reading the null pointer.
GeneralRe: MFC program error Pin
Bartosz Bien30-Sep-05 3:09
Bartosz Bien30-Sep-05 3:09 
AnswerRe: MFC program error Pin
toxcct30-Sep-05 2:45
toxcct30-Sep-05 2:45 
JokeRe: MFC program error Pin
Bartosz Bien30-Sep-05 3:05
Bartosz Bien30-Sep-05 3:05 
GeneralRe: MFC program error Pin
David Crow30-Sep-05 3:15
David Crow30-Sep-05 3:15 
AnswerRe: MFC program error Pin
rncwnd30-Sep-05 5:43
rncwnd30-Sep-05 5:43 
GeneralRe: MFC program error Pin
toxcct30-Sep-05 6:35
toxcct30-Sep-05 6:35 
GeneralRe: MFC program error Pin
bugDanny30-Sep-05 7:36
bugDanny30-Sep-05 7:36 
GeneralRe: MFC program error Pin
Jörgen Sigvardsson30-Sep-05 9:16
Jörgen Sigvardsson30-Sep-05 9:16 
GeneralRe: MFC program error Pin
bugDanny30-Sep-05 10:59
bugDanny30-Sep-05 10:59 
GeneralRe: MFC program error Pin
rncwnd30-Sep-05 11:11
rncwnd30-Sep-05 11:11 
GeneralRe: MFC program error Pin
Anonymous1-Oct-05 9:45
Anonymous1-Oct-05 9:45 
GeneralRe: MFC program error Pin
rncwnd2-Oct-05 3:18
rncwnd2-Oct-05 3:18 
AnswerRe: MFC program error Pin
Jose Lamas Rios30-Sep-05 17:58
Jose Lamas Rios30-Sep-05 17:58 
QuestionListView Pin
karmendra_js30-Sep-05 1:24
karmendra_js30-Sep-05 1:24 
AnswerRe: ListView Pin
mark novak30-Sep-05 2:37
mark novak30-Sep-05 2:37 
GeneralRe: ListView Pin
Bartosz Bien30-Sep-05 3:17
Bartosz Bien30-Sep-05 3:17 
Questionhow to make radio button function Pin
meiyueh30-Sep-05 1:17
meiyueh30-Sep-05 1:17 

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.