Re: Use MFC from non-MFC application
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: Sun, 13 Aug 2006 08:34:38 -0400
"Notre Poubelle" <notre_poubelle@xxxxxxxxxxxxx> wrote in message
news:F4581DC4-EDB6-487D-95C3-
I didn't bring Visual Studio into the discussion initially, because I
believe my question is a little more general than that; if I can get MFC
support working in a DLL that is used by an application (EXE) that doesn't
have MFC support, then I expect I could get it working in Visual Studio.
It seems all you are asking is for a non-MFC module to use another module
that uses MFC. If thats the case, as David pointed out, you can use a MFC
Regular DLL (instead of a MFC Extension DLL). This will make your DLL as a
stand alone module that can be used by other modules. If your existing
functionality is in a MFC Extension DLL, you will need to either convert it
to a Regular DLL (but typically thats almost prohibitive) or write a wrapper
MFC Regular DLL.
--
Ajay Kalra [MVP - VC++]
ajaykalra@xxxxxxxxx
.
- References:
- Re: Use MFC from non-MFC application
- From: Ajay Kalra
- Re: Use MFC from non-MFC application
- Prev by Date: Re: Tooltips not shown in dll's modeless dialog
- Next by Date: CListCtrl draw question
- Previous by thread: Re: Use MFC from non-MFC application
- Next by thread: Re: Use MFC from non-MFC application
- Index(es):
Relevant Pages
|