Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
Marc Clifton31-Jul-02 16:29
mvaMarc Clifton31-Jul-02 16:29 
AnswerRe: 'Notify'-> WS_NOTIFY?!? Pin
PJ Arends31-Jul-02 14:44
professionalPJ Arends31-Jul-02 14:44 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
Selevercin31-Jul-02 14:54
Selevercin31-Jul-02 14:54 
GeneralRe: 'Notify'-> WS_NOTIFY?!? Pin
PJ Arends31-Jul-02 15:09
professionalPJ Arends31-Jul-02 15:09 
GeneralBeginner's one: Minimizing wnd message... Pin
BlackSmith31-Jul-02 13:48
BlackSmith31-Jul-02 13:48 
GeneralRe: Beginner's one: Minimizing wnd message... Pin
PJ Arends31-Jul-02 14:39
professionalPJ Arends31-Jul-02 14:39 
GeneralRe: Beginner's one: Minimizing wnd message... Pin
JohnnyG31-Jul-02 15:16
JohnnyG31-Jul-02 15:16 
Questionmfc70.dll bug? Pin
Marc Clifton31-Jul-02 13:18
mvaMarc Clifton31-Jul-02 13:18 
Under VS7 (but not VS6), I consistently get an exception error during the mfc70.dll cleanup process:

AFX_MODULE_STATE::~AFX_MODULE_STATE()
{
#ifndef _AFX_NO_DAO_SUPPORT
delete m_pDaoState;
#endif
...

on the delete statement. I'm properly closing my DAO database, etc. No asserts are happening. Does anyone have any idea? This looks like an MFC70.DLL bug to me.

Marc

General102 compiling errors in commdlg.h Pin
redeemer31-Jul-02 13:00
redeemer31-Jul-02 13:00 
GeneralRe: 102 compiling errors in commdlg.h Pin
Chris Losinger31-Jul-02 13:02
professionalChris Losinger31-Jul-02 13:02 
GeneralCalling AfxMessageBox from within CDocument Class Pin
adamUK31-Jul-02 12:34
adamUK31-Jul-02 12:34 
GeneralRe: Calling AfxMessageBox from within CDocument Class Pin
adamUK23-Aug-02 5:18
adamUK23-Aug-02 5:18 
GeneralProblem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 11:56
Eldon Zacek31-Jul-02 11:56 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Chris Losinger31-Jul-02 13:03
professionalChris Losinger31-Jul-02 13:03 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 13:16
Eldon Zacek31-Jul-02 13:16 
GeneralRe: Problem with InsertMenu with respect to Release vs. Debug compulation Pin
Eldon Zacek31-Jul-02 17:09
Eldon Zacek31-Jul-02 17:09 
GeneralCTreeCtrl checkboxes, oleaut.dll, and MSDN Pin
dazinith31-Jul-02 11:41
dazinith31-Jul-02 11:41 
GeneralRe: CTreeCtrl checkboxes, oleaut.dll, and MSDN Pin
dazinith1-Aug-02 4:34
dazinith1-Aug-02 4:34 
QuestionCWnd::OnActiveApp( ): WTF is HTASK??? Pin
BlackSmith31-Jul-02 11:31
BlackSmith31-Jul-02 11:31 
AnswerRe: CWnd::OnActiveApp( ): WTF is HTASK??? Pin
Stuart Dootson31-Jul-02 13:20
professionalStuart Dootson31-Jul-02 13:20 
GeneralAdding dialog to system info about file Pin
defox31-Jul-02 11:17
defox31-Jul-02 11:17 
GeneralDrawDragRect() help Pin
Stew31-Jul-02 11:12
Stew31-Jul-02 11:12 
GeneralStatic vs. Shared MFC in dll Pin
dartonw31-Jul-02 9:34
dartonw31-Jul-02 9:34 
GeneralRe: Static vs. Shared MFC in dll Pin
Navin31-Jul-02 9:53
Navin31-Jul-02 9:53 
GeneralRe: Static vs. Shared MFC in dll Pin
Ranjan Banerji31-Jul-02 10:45
Ranjan Banerji31-Jul-02 10:45 

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.