Re: ASSERT problem in CWnd::DestroyWindow within a DLL



In addition to Scot's reply I was curious why do you have a Regular DLL
which has the doc-view architecture in it? Why not use a MFC Extension
DLL?

----------
Ajay Kalra
ajaykalra@xxxxxxxxx

.



Relevant Pages

  • Re: AfxHookWindowCreate
    ... What type of DLL are you using? ... If its a Regular DLL, you will need to use AFX_MANAGE_STATE to change ... You should be typically using a MFC Extension DLL. ...
    (microsoft.public.vc.mfc)
  • Re: How to get a UI in a DLL to show tooltips?
    ... It appears you are using a Regular DLL as opposed to a MFC Extension ... Ajay Kalra ... Prev by Date: ...
    (microsoft.public.vc.mfc)
  • Re: System-wide hooking, VB+ASM
    ... > The problem is that VB won't create a regular DLL. ... > very minor in comparsion. ... Available for consulting: http://www.softcircuits.com/jwood/resume.htm ... Prev by Date: ...
    (microsoft.public.vb.winapi)
  • Re: DLL problems
    ... They only need to be registered if you intend to use them ... >Even if you can use them as if they are a regular DLL, ... (please post replies to the newsgroup) ... Prev by Date: ...
    (microsoft.public.vb.winapi)
  • Writing a regular DLL
    ... I want to write a regular DLL but need to use that DLL in all my application ... no matter in which programming language it is written. ... Prev by Date: ...
    (microsoft.public.vc.mfc)