Not OK!

No icon, no version ...

Note: No option inside /usr/lib/fpc/fpc-cross.cfg config file
crossp.lpr(18,1) Error: resource compiler not found, switching to
external mode
crossp.lpr(18,1) Error: Can't open object file: fpc-res.or
crossp.lpr(18,1) Fatal: There were 2 errors compiling module, stopping

Windres

[EMAIL PROTECTED]:/usr/bin$ ls -l *windr*
-rwxr-xr-x 1 root root 2808262 2008-10-07 22:01 i386-win32-windres
-rwxr-xr-x 1 root root 2808262 2008-10-07 22:01 windres
[EMAIL PROTECTED]:/usr/bin$ 


projetc file crossp.lpr

program crossp;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, // this includes the LCL widgetset
  Forms
  { you can add units after this }, ucr1;


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


Em Qui, 2008-10-09 às 06:17 +0800, Paul Ishenin escreveu:
> Osvaldo TCF - Listas write:
> > This:
> >
> > [EMAIL PROTECTED]:/usr/bin$ ls -l *windr*
> > -rwxr-xr-x 1 root root 2808262 2008-10-07 22:01 i386-win32-windres
> > -rwxr-xr-x 1 root root 2808262 2008-10-07 22:01 windres
> > [EMAIL PROTECTED]:/usr/bin$ 
> >   
> update your lazarus and remove this ifdef {$IFDEF windows}{$R 
> xxx.rc}{$ENDIF} - it should not apper once again until you change 
> something with icon, manifest or version info.
> 
> Best regards,
> Paul Ishenin.
> _______________________________________________
> Lazarus mailing list
> [email protected]
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to