![]() |
dll functionen in einer separate Unit declarieren
Delphi-Quellcode:
Frage1: wie kann ich die function public machen oder ist sie schon public???
unit Unit9;
interface implementation function proveri_id3v1(pesmicica: String): Boolean; stdcall; external 'stdfss.dll'; end. Frage2: Wie kann ich jetzt die function von Unit1 aufrufen??? Danke im Voraus |
Re: dll functionen in einer separate Unit declarieren
Probiers mal so:
Delphi-Quellcode:
unit Unit9;
interface function proveri_id3v1(pesmicica: String): Boolean; stdcall; implementation function proveri_id3v1(pesmicica: String): Boolean; stdcall; external 'stdfss.dll'; end. |
Re: dll functionen in einer separate Unit declarieren
Danke man. Es lauft. :dancer: :dancer: :dancer: :dancer2: :dancer2:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:40 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