Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Fri, 08 Jul 2005 08:06:31 -0500
Urbis wrote:
I've tried with extension DLL's and I've got the following error:
"DllMain already defined in DLL1.obj"
How can i avoid this problem?
I also tried to add a doc/view (the view derived from CFormView) in the example DLLHusk of Microsoft but I get an error when I try to create a new document based on this template because the resource of the dialog is not found.
Any solution? I really need it.
Try generating a new extension DLL project, then copy your code, not wizard code, into the new project.
To access the correct resource study AFX_MANAGE_STATE and related links.
-- Scott McPhillips [VC++ MVP]
.
- References:
- ASSERT problem in CWnd::DestroyWindow within a DLL
- From: Urbis
- Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- From: Ajay Kalra
- Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- From: Urbis
- Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- From: Ajay Kalra
- Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- From: Urbis
- ASSERT problem in CWnd::DestroyWindow within a DLL
- Prev by Date: Re: UI Thread and CSocket
- Next by Date: Re: Howto sync multiple processes with CDaoRecordset ?
- Previous by thread: Re: ASSERT problem in CWnd::DestroyWindow within a DLL
- Next by thread: CFile (same file used by many application)
- Index(es):
Relevant Pages
|
|