Einzelnen Beitrag anzeigen

alpha1

Registriert seit: 19. Nov 2005
40 Beiträge
 
#1

Loading DLL file from TResourceSream

  Alt 18. Apr 2006, 13:02
Hello! I need here some help
I have added dll file to my program`s resource and I have this function:
function Test(prog: HWND): Boolean; stdcall; external 'mydll.dllname 'DoSomethink'; so I need load dll file to this function from TResourceSream (without extractint from exe file).
I could be like this:
function Test(prog: HWND): Boolean; stdcall; external 'mydll_from_TResourceSream.dllname 'DoSomethink'; How can I do this?
Thank`s!
  Mit Zitat antworten Zitat