Click here to Skip to main content
15,915,509 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can we find address of a winAPI without using GetProcAddress? Pin
tom groezer2-Jul-07 9:36
tom groezer2-Jul-07 9:36 
GeneralRe: Can we find address of a winAPI without using GetProcAddress? Pin
Stephen Hewitt2-Jul-07 13:08
Stephen Hewitt2-Jul-07 13:08 
QuestionMTS Funtion Pin
tasumisra1-Jul-07 19:51
tasumisra1-Jul-07 19:51 
QuestionWhat is the size of bitArray ? and how can i define array that each Cell is one bit ? Pin
Yanshof1-Jul-07 19:10
Yanshof1-Jul-07 19:10 
AnswerRe: What is the size of bitArray ? and how can i define array that each Cell is one bit ? Pin
CPallini2-Jul-07 20:35
mveCPallini2-Jul-07 20:35 
Questionselected list item of another dialog Pin
rp_suman1-Jul-07 18:52
rp_suman1-Jul-07 18:52 
AnswerRe: selected list item of another dialog Pin
Hamid_RT1-Jul-07 19:24
Hamid_RT1-Jul-07 19:24 
AnswerRe: selected list item of another dialog Pin
Johan Pretorius1-Jul-07 20:25
Johan Pretorius1-Jul-07 20:25 
Move the code from your constructor to the end of th OnInitDialog function and you should not get the assertion. When the constructor is called your dialog has not been created yet, so GetDlgItem(IDC_LIST1) returns NULL as it can not find the specified resource. You can not call an member of a pointer when the pointer is NULL.





Artificial Intelligence is no match for Natural Stupidity

No one can understand the truth until he drinks of coffee's frothy goodness. ~Sheik Abd-al-Kadir

I can't always be wrong ... or can I?


AnswerRe: selected list item of another dialog Pin
David Crow2-Jul-07 4:35
David Crow2-Jul-07 4:35 
GeneralRe: selected list item of another dialog Pin
rp_suman4-Jul-07 22:33
rp_suman4-Jul-07 22:33 
GeneralRe: selected list item of another dialog Pin
David Crow5-Jul-07 3:17
David Crow5-Jul-07 3:17 
QuestionApplication Error The Exception BreakPoint Pin
shivditya1-Jul-07 18:47
shivditya1-Jul-07 18:47 
Questionpassing an array as a parameter Pin
NalBH1-Jul-07 18:37
NalBH1-Jul-07 18:37 
AnswerRe: passing an array as a parameter Pin
Mark Salsbery2-Jul-07 6:54
Mark Salsbery2-Jul-07 6:54 
QuestionHow to dock the views? Pin
ss4311-Jul-07 18:22
ss4311-Jul-07 18:22 
AnswerRe: How to dock the views? Pin
SandipG 1-Jul-07 19:56
SandipG 1-Jul-07 19:56 
GeneralRe: How to dock the views? Pin
swamy Narasimha1-Jul-07 23:27
swamy Narasimha1-Jul-07 23:27 
QuestionCImageList and a CListCtrl Pin
locoone1-Jul-07 18:01
locoone1-Jul-07 18:01 
AnswerRe: CImageList and a CListCtrl Pin
Naveen1-Jul-07 18:31
Naveen1-Jul-07 18:31 
GeneralRe: CImageList and a CListCtrl Pin
locoone2-Jul-07 9:08
locoone2-Jul-07 9:08 
GeneralRe: CImageList and a CListCtrl Pin
Naveen2-Jul-07 15:06
Naveen2-Jul-07 15:06 
AnswerRe: CImageList and a CListCtrl Pin
Hamid_RT1-Jul-07 21:12
Hamid_RT1-Jul-07 21:12 
AnswerRe: CImageList and a CListCtrl Pin
sps-itsec461-Jul-07 21:34
sps-itsec461-Jul-07 21:34 
QuestionMultiple thumbs on a slider control, Help?... Pin
smguc1-Jul-07 17:22
smguc1-Jul-07 17:22 
QuestionHow to read and write CPU cache? Pin
Surendra Vishwkarma1-Jul-07 16:10
Surendra Vishwkarma1-Jul-07 16:10 

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.