Hint: Start of reading config file c:\lazarus\fpc\2.5.1\bin\i386-win32\fpc.cfg
Hint: End of reading config file c:\lazarus\fpc\2.5.1\bin\i386-win32\fpc.cfg
Free Pascal Compiler version 2.5.1 [2010/12/20] for i386
Copyright (c) 1993-2010 by Florian Klaempfl
Target OS: Win32 for i386
Compiling hotkey.lpr
Compiling resource D:\Informatik\hotkey\hotkey.rc
Compiling resource hotkey.or
hotkey.lpr(22,1) Error: Error while compiling resources
Linking hotkey.exe
hotkey.lpr(22,1) Fatal: There were 1 errors compiling module, stopping
dann verweist er auf das hier
Code: Alles auswählen
program hotkey;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, uhotkey, ublack;
{$IFDEF WINDOWS}{$R hotkey.rc}{$ENDIF}
{$R *.res}
begin
Application.Title:='Helper';
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TForm2, Form2);
Application.Run;
end.
...also ich seh da leider keinen fehler wer ne ahnung was da los ist?
also ich hab lediglich dne icon aus der exe entfernt