AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Resourcendatei wird nicht erzeugt

Ein Thema von Jens Schumann · begonnen am 14. Okt 2007 · letzter Beitrag vom 15. Okt 2007
 
taktaky
(Gast)

n/a Beiträge
 
#4

Re: Resourcendatei wird nicht erzeugt

  Alt 14. Okt 2007, 12:07
Verschiebst Du die Zeile in die richtige Stelle!
Delphi-Quellcode:
program tpm;

//{$R 'jsl.res' 'jsl.rc'}



uses
  Forms,
  tpm_main in 'tpm_main.pas{FormTpmMain},
  at_datamodule in 'at_datamodule.pas{DM: TDataModule};

//....

implementation // !!!

{$R *.res}
{$R 'jsl.res' 'jsl.rc'}  // da soll sein

begin
  Application.Initialize;
  Application.Title := 'TPM';
  Application.CreateForm(TDM, DM);
  Application.CreateForm(TFormTpmMain, FormTpmMain);
  Application.Run;
end.
  Mit Zitat antworten Zitat
 


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 05:28 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 by Thomas Breitkreuz