![]() |
Loading DLL file from TResourceSream
Hello! I need here some help :wink:
I have added dll file to my program`s resource and I have this function:
Delphi-Quellcode:
so I need load dll file to this function from TResourceSream (without extractint from exe file).
function Test(prog: HWND): Boolean; stdcall; external 'mydll.dll' name 'DoSomethink';
I could be like this:
Delphi-Quellcode:
How can I do this?
function Test(prog: HWND): Boolean; stdcall; external 'mydll_from_TResourceSream.dll' name 'DoSomethink';
Thank`s! :wink: |
Re: Loading DLL file from TResourceSream
G'Day alpha1,
there is no syntax to support this, I'm afraid. But there sure is a way to start code right out of memory without storing it on some disk before. You might want to take a look at some demo code crafted by Nico and ready for download on Luckie's home page: ![]() Wish you success marabu |
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:12 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz