Click here to Skip to main content
15,916,692 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about typedef Pin
FlyingDancer11-Jun-03 2:22
FlyingDancer11-Jun-03 2:22 
GeneralRe: about typedef Pin
David Crow11-Jun-03 2:23
David Crow11-Jun-03 2:23 
GeneralRe: about typedef Pin
Roger Allen11-Jun-03 2:23
Roger Allen11-Jun-03 2:23 
GeneralMFC Pin
frackasse11-Jun-03 1:44
frackasse11-Jun-03 1:44 
GeneralFax service in Winxp and generating preview ! Pin
Hadi Rezaee11-Jun-03 1:06
Hadi Rezaee11-Jun-03 1:06 
GeneralMFC Property Sheets and DLLs Pin
IJay11-Jun-03 0:33
IJay11-Jun-03 0:33 
GeneralRe: MFC Property Sheets and DLLs Pin
Roger Allen11-Jun-03 2:26
Roger Allen11-Jun-03 2:26 
GeneralRe: MFC Property Sheets and DLLs Pin
IJay12-Jun-03 8:12
IJay12-Jun-03 8:12 
I've traced one of the memory leaks to the m_pOccDialogInfo pointer - it gets set up by malloc() in PreCreateDialog(), but when PostCreateDialog() is called on exit, it's NULL (and has moved from its original address, suggesting this is not the same CPropertyPage), thus the memory never gets freed.

As extra background, I'm passing a pointer to the parent CPropertySheet to the exported function, and calling AddPage() from within the DLL.

Any ideas?

QuestionHow to open a doc window by pressing a button Pin
jcpooh11-Jun-03 0:02
jcpooh11-Jun-03 0:02 
GeneralA problem about CFormView in MDI Pin
Anonymous10-Jun-03 23:56
Anonymous10-Jun-03 23:56 
GeneralSaving BMP to file from ISampleGrabber Pin
Emiliano10-Jun-03 23:37
Emiliano10-Jun-03 23:37 
GeneralRe: Saving BMP to file from ISampleGrabber Pin
Andrew Walker11-Jun-03 0:02
Andrew Walker11-Jun-03 0:02 
GeneralRe: Saving BMP to file from ISampleGrabber Pin
Emiliano11-Jun-03 0:21
Emiliano11-Jun-03 0:21 
GeneralRe: Saving BMP to file from ISampleGrabber Pin
Andrew Walker11-Jun-03 14:13
Andrew Walker11-Jun-03 14:13 
GeneralRe: Saving BMP to file from ISampleGrabber Pin
Emiliano11-Jun-03 22:53
Emiliano11-Jun-03 22:53 
GeneralCatching keystrokes in ATL modal dialog Pin
Jo Fredrickson10-Jun-03 23:00
Jo Fredrickson10-Jun-03 23:00 
GeneralMAC Collection Pin
SatyaDY10-Jun-03 22:44
SatyaDY10-Jun-03 22:44 
GeneralRe: MAC Collection Pin
JohnnyG11-Jun-03 5:27
JohnnyG11-Jun-03 5:27 
GeneralActiveX web browser in C++ .net Pin
Jon H10-Jun-03 22:40
Jon H10-Jun-03 22:40 
GeneralStatus bar problem with blank panes Pin
Neville Franks10-Jun-03 22:26
Neville Franks10-Jun-03 22:26 
GeneralActiveX control - MFC or ATL Pin
Jeremy Pullicino10-Jun-03 22:06
Jeremy Pullicino10-Jun-03 22:06 
GeneralRe: ActiveX control - MFC or ATL Pin
Michael P Butler11-Jun-03 3:02
Michael P Butler11-Jun-03 3:02 
QuestionHow use RUNTIME_CLASS for CDateTimeCtrl ?? Pin
Thierry Maurel10-Jun-03 21:36
Thierry Maurel10-Jun-03 21:36 
AnswerRe: How use RUNTIME_CLASS for CDateTimeCtrl ?? Pin
Neville Franks10-Jun-03 22:33
Neville Franks10-Jun-03 22:33 
GeneralRe: How use RUNTIME_CLASS for CDateTimeCtrl ?? Pin
Thierry Maurel10-Jun-03 22:40
Thierry Maurel10-Jun-03 22:40 

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.