MDI application embedded into DLL



Hi,

I have an MFC MDI application that i want to convert into DLL. I tried the three types of MFC DLL but i can't have my MDI application. In fact, i want to add an export function to my dll that be called by other application (not MFC and not C++) wich run my MDI application embedded into the dll. How can i do it ?

thanks
Aa


.



Relevant Pages

  • Re: MDI application embedded into DLL
    ... Each component is embedded into DLL written in Delphi ... functionality that a MDI MFC application such as open several documents, ... One is a logical component that implements functionality. ...
    (microsoft.public.vc.mfc)
  • Re: MDI application embedded into DLL
    ... want to move some of that behavior to a DLL, but still use the basic MFC ... extraordinary about MDI behavior in a DLL. ... whatever functionality you choose. ...
    (microsoft.public.vc.mfc)
  • Re: MDI application embedded into DLL
    ... I think that I haven't any other choice; I must adapt an architecture based on the OLE technology. ... want to move some of that behavior to a DLL, but still use the basic MFC infrastructure, ... you create an extension DLL. ... extraordinary about MDI behavior in a DLL. ...
    (microsoft.public.vc.mfc)
  • Re: MDI application embedded into DLL
    ... Each component is embedded into DLL written in Delphi language and the main application uses functions exported in these DLL. ... But one must be written in C++ and must have the same functionality that a MDI MFC application such as open several documents, work in these documents and save them. ... You can "embed" one app in another, by using OLE embedding; ...
    (microsoft.public.vc.mfc)
  • Re: MDI application embedded into DLL
    ... If you want MFC behavior, ... you create an extension DLL. ... If you do not want the base MFC functionality (sharing ... extraordinary about MDI behavior in a DLL. ...
    (microsoft.public.vc.mfc)

Loading