Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Tutorials und Kurse (https://www.delphipraxis.net/36-tutorials-und-kurse/)
-   -   [LAZARUS] Programm mit UAC starten (https://www.delphipraxis.net/167988-%5Blazarus%5D-programm-mit-uac-starten.html)

hathor 29. Apr 2012 10:06

[LAZARUS] Programm mit UAC starten
 
Liste der Anhänge anzeigen (Anzahl: 1)
1. Die 3 Teile des ZIP-Files müssen in das Programm-Verzeichnis
2. Project1.lpr muss folgende Zeile enthalten:
{$R manifest.lrs}

Code:
.
.
.
{$R *.res}
{$R manifest.lrs}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:18 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