Re: [Lazarus] cross compiling

2009-02-01 Thread Joost van der Sluis
Op zondag 01-02-2009 om 19:42 uur [tijdzone +0100], schreef Alexander Kaupp aka tanila: > but i am not able to compile from x86_64-linux to i386-linux > > i read all docs on the lazarus page and the fpc pages. > but no success to cross compile anything... even the compiler itself. > > I used fpc

Re: [Lazarus] Loading icon from Application.Icon

2009-02-01 Thread Vincent Snijders
Guionardo Furlan schreef: > The application don't have a main form. > Look: > > program nodort; > > {$mode objfpc}{$H+} > > uses > {$IFDEF UNIX} {$IFDEF UseCThreads} > cthreads, > {$ENDIF} {$ENDIF} > Interfaces, // this includes the LCL widgetset > Forms > { you can add units after thi

Re: [Lazarus] Loading icon from Application.Icon

2009-02-01 Thread Guionardo Furlan
The application don't have a main form. Look: program nodort; {$mode objfpc}{$H+} uses {$IFDEF UNIX} {$IFDEF UseCThreads} cthreads, {$ENDIF} {$ENDIF} Interfaces, // this includes the LCL widgetset Forms { you can add units after this }, uEvento, uTrayIcon, uResources, uConfigura, foC

[Lazarus] cross compiling

2009-02-01 Thread Alexander Kaupp aka tanila
hello @ all, I am trying to set up fpc as a cross-compiler I am developing on linux x86_64 (debian etch) and i want to compile laz-projects to i386-linux and i386-win32 but i am not able to compile from x86_64-linux to i386-linux i read all docs on the lazarus page and the fpc pages. but no suc

Re: [Lazarus] LCL based image viewer like ACDSee?

2009-02-01 Thread Sebastian Kraft
On Sonntag, 1. Februar 2009 17:53:40 Graeme Geldenhuys wrote: > On Fri, Jan 30, 2009 at 5:14 PM, dmitry boyarintsev > > wrote: > > Graeme, what's your interest in this kind of software? > > If none exist, to write such an application using Free Pascal & > Lazarus/fpGUI. :-) Or at least put it on

Re: [Lazarus] LCL based image viewer like ACDSee?

2009-02-01 Thread Graeme Geldenhuys
On Fri, Jan 30, 2009 at 5:14 PM, dmitry boyarintsev wrote: > > Graeme, what's your interest in this kind of software? If none exist, to write such an application using Free Pascal & Lazarus/fpGUI. :-) Or at least put it on my todo list for later in the year. Required features: * excellent ke

Re: [Lazarus] Loading icon from Application.Icon

2009-02-01 Thread Héctor Fiandor Rosario
Dear Paul Ishenin: I want to know if in my 0.9.27 I can insert a gif (moving chetach) in my application first form. thanks in advance, Ing. Héctor F. Fiandor hfian...@infomed.sld.cu > Guionardo Furlan wrote: >> Windows XP SP3 >> FPC 2.2.2 >> Lazarus 0.9.26 >> > In 0.9.27 we've made rather big

Re: [Lazarus] Loading icon from Application.Icon

2009-02-01 Thread Paul Ishenin
Guionardo Furlan wrote: > Windows XP SP3 > FPC 2.2.2 > Lazarus 0.9.26 > In 0.9.27 we've made rather big icon rework. Please test with either 0.9.27 snapshot or with svn version. I think your problem is solved. Best regards, Paul Ishenin. ___ Lazarus

Re: [Lazarus] Loading icon from Application.Icon

2009-02-01 Thread Felipe Monteiro de Carvalho
Can you post a very simple, but complete, example which fails? The code you showed on the first e-mail was too short to check if your code is wrong or if it's a bug in TIcon. -- Felipe Monteiro de Carvalho ___ Lazarus mailing list Lazarus@lazarus.freep