AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Programmieren allgemein Loading DLL file from TResourceSream
Thema durchsuchen
Ansicht
Themen-Optionen

Loading DLL file from TResourceSream

Ein Thema von alpha1 · begonnen am 18. Apr 2006 · letzter Beitrag vom 18. Apr 2006
Antwort Antwort
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
marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#2

Re: Loading DLL file from TResourceSream

  Alt 18. Apr 2006, 13:20
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: klick

Wish you success

marabu
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:32 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz