![]() |
DLL in Konsolen-Applikation einbinden
Hallo zusammen
Ich bins mal wieder... :-D Wie binde ich eine DLL in eine Konsolen-Applikation ein? mit implementation ist es nicht möglich... wäre um antworten froh....;-) gruzz nf |
Re: DLL in Konsolen-Applikation einbinden
ja sorry.... war keine absicht... :wall:
|
Re: DLL in Konsolen-Applikation einbinden
Na gneau wie in einer Anwendung mit GUI auch.
|
Re: DLL in Konsolen-Applikation einbinden
ne. geht nicht....
implementation wird als fehler gekennzeichnet..... :cry: |
Re: DLL in Konsolen-Applikation einbinden
Pack den implementation-Abschnitt doch in eine extra Unit, die du inkludierst.
|
Re: DLL in Konsolen-Applikation einbinden
wie meinst du das??????
|
Re: DLL in Konsolen-Applikation einbinden
Eine eigene Unit ist nicht nötig, einfach so:
Delphi-Quellcode:
...:cat:...
program Project1;
{$APPTYPE CONSOLE} uses SysUtils; procedure Foo(Dummy: Integer); stdcall; external 'foo.dll'; begin { TODO -oUser -cConsole Main : Insert code here } end. |
Re: DLL in Konsolen-Applikation einbinden
kannst auch dynamisch machen... LoadLibrary und GetProcAddress.. auf assarbads page gibts da n DLL tut falls du nicht weisst wies geht und zu fault bist in der hilfe zu wuehlen ;)
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:44 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