Re: DLL toolbars
What error? What assertion?
There is nothing wrong in putting the resources in a DLL. Make a MFC
extension DLL and add it to resource chain (CDynLinkLibrary).
---------
Ajay Kalra
ajaykalra@xxxxxxxxx
.
Relevant Pages
- Re: CreateDialog in MFC Extension DLL
... So oo provide the user with an indication of each processes state I want to create a dialog (used to feedback progress) using a template. ... This, or a variation of it, would then produce two identical dialogs on the screen, each of which would show a differing state of progress. ... This being an MFC newsgroup, and your DLL being an MFC extension DLL, have you considered using MFC? ... (microsoft.public.vc.mfc) - Re: calls to unmanaged dll to create a socket result in debug assertio
... You have selected an extension DLL and then used AFX_MANAGE_STATE, ... An MFC Extension DLL can *only* be used with an MFC application, not a C# application, ... Use a regular DLL. ... One of the functions in the unmanaged dll creates a new CAsyncSocket, ... (microsoft.public.vc.mfc) - Re: Determine if Regular DLL or Extension DLL
... depends) is not a reliable method for determining if it's an extension DLL ... Regular DLLs can have MFC dependencies. ... functions thus leaving inspection of exports an unreliable means of ... (microsoft.public.vc.mfc) - Re: Linking to an existing MFC DLL
... You need to provide full MFC support to your project. ... >I have a VC++ 6.0 project where I need to link an ATL exe server to an MFC ... > Extension DLL that performs some image capture functions. ... I get other compile errors too numerous to list here. ... (microsoft.public.vc.atl) - Re: Problems porting application from VS6 to VS.NET
... > code inside the extension DLL that trigger the error: ... > CActiveMilCamera is a CDialog based class with some ActiveX controls ... > (which is inherited from CDialog) which causes the error. ... incompatibilities in MFC between VC6 and VC7.1). ... (microsoft.public.vc.language) |
|