Importing transparently another exe file

Tech-Archive recommends: Speed Up your PC by fixing your registry



I have an exe which I want to "include" inside my mfc application as a
resource or whatever other way transparently to the user. The most important
thing is that the mfc application won't need in the run-time, to look for
the other exe. It will run this exe before it will do some other things and
this will be transparent to the user(I hope I explained my need good
enough).

Is it possible and how?

Thanks in advance

Kalish


.



Relevant Pages

  • Re: Localize MFC DLL into resource only DLLs
    ... OK, so you mean that for from the exe, you call a function in your dll that ... Is it an MFC extension DLL or a regular MFC DLL? ... than you need a call to AFX_MANAGE_STATEto correctly handle resource handles: ...
    (microsoft.public.vc.mfc)
  • Re: Editors
    ... I thought the relocation was transparent to the program. ... > Are you saying the virus would do its thing, ... Of course a sort of worm could host in the exe and crawl. ...
    (alt.lang.asm)
  • RE: Windows Installer removes embedded resource manifest ?
    ... The built deployment project never got the modified ... ..EXE file. ... echo %INPUT% manifest resource NOT applied to %BINOUTPUT% ... embedding the necessary .manifest resource as you suggest. ...
    (microsoft.public.vsnet.general)
  • Re: Static Dll vs Shared Dll
    ... > get link errors when building statically,. ... this is because you might have created an MFC extension DLL and not ... > I have 2 projects, one lib and the other is an exe, as usual I selected ...
    (microsoft.public.vc.mfc)
  • Re: CAsyncsocket Attach and detach
    ... MFC runtime, which means you can start using the debugger to figure out what went wrong. ... I did use Shared DLL initially, but when I copy my EXE on target ... copied all DLLs I mention above in the system into the same directory. ... I use CAsyncSocket to accept in OnAccept, detach the socket and set it ...
    (microsoft.public.vc.mfc)