Link to home
Start Free TrialLog in
Avatar of fantasma110899
fantasma110899

asked on

Extracting a Dll from Exe...

Hi:
I need include a Dll in my EXE and extract the DLL in Run-Time and load it in memory. How I can Do this?
              Thanks
ASKER CERTIFIED SOLUTION
Avatar of bogieman_
bogieman_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fantasma110899
fantasma110899

ASKER

All is Ok with the resource load but How I can get a handle to the Dll without saving it to a file? I need this to uses GetProcAddress.
you must save to file first then you can get the handle.
Thanks