Re: [lazarus] Why Lazarus and not Python or Ruby

2005-08-25 Thread Ales Katona
Razvan Adrian Bogdan wrote: On 8/25/05, L505 [EMAIL PROTECTED] wrote: Yes PSP is being worked on and very powerful. The way I see it is some people will not like that they have to compile on a Linux machine. i.e. for PSP, if you run MS windows, you still have to compile your PSP apps on a

Re: [lazarus] Why Lazarus and not Python or Ruby

2005-08-25 Thread Marco van de Voort
Use the best tool for a given task and python, ruby, object pascal and whatever else will exist happily side by side. Maybe someone could create a useable Pascal script that actually worked on the level python/perl/php does (afaik innerfuse was missing so much that it wasn't close),

Re: [lazarus] Compiling app Linux

2005-08-25 Thread Marco van de Voort
If it is a Window app, you need to check if you do not use any specific API call from M$ Windows. See also: http://www.freepascal.org/faq.html#PortingCPU http://www.stack.nl/~marcov/porting.pdf can also be nice. _ To

Re: [lazarus] Translation

2005-08-25 Thread Mattias Gaertner
On Wed, 24 Aug 2005 23:35:15 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: Mattias dijo: It is planned to write all translations only in utf8 and automatically convert it to the current character encoding. We are already in the future: The IDE expects utf8 translations and converts them.

Re[2]: [lazarus] Lazarus change some nome file in uppercase mode.

2005-08-25 Thread Cristiano Magro
Ciao Mattias, Thursday, August 25, 2005, 12:38:00 PM, you wrote: MG On Wed, 24 Aug 2005 21:13:11 +0200 MG Cristiano Magro [EMAIL PROTECTED] wrote: Ciao Mattias, Friday, August 19, 2005, 9:33:26 PM, you wrote: MG On Tue, 2 Aug 2005 09:08:18 +0200 MG Cristiano Magro [EMAIL PROTECTED]

Re: [lazarus] Desde Chile...

2005-08-25 Thread Edwin Quijada
I am seeing Lazarus too. We can create a new list for spanish users. what do u think? *---* *-Edwin Quijada *-Developer DataBase *-JQ Microsistemas *-809-747-2787 * Si deseas lograr cosas excepcionales debes de hacer cosas fuera de lo comun

Re: [lazarus] Desde Chile...

2005-08-25 Thread Pedro Prez
El día 25/08/05, Edwin Quijada [EMAIL PROTECTED] escribió: I am seeing Lazarus too. We can create a new list for spanish users. what do u think? procedure Tform1.Button1Click(Sender: TObject); begin showmessage('that is a great idea'); end; //cuenten conmigo! Pedro Prez Argentina El día

Re: [lazarus] Desde Chile...

2005-08-25 Thread Arí Ricardo Ody
Hi! I live in São Paulo-Brazil and I wanna suggest you to stay connected it this mailing list. Here you can submit doubts and read the opinion of people who wrote and give maintenance in FPC and Lazarus. Remember that here, in Brazil, the language is portuguese and there is similarity with

Re: [lazarus] Why Lazarus and not Python or Ruby

2005-08-25 Thread L505
I don't use python/perl/php/ruby, only shellscript (handful lines only) and make, and FPC. I don't either but so much KDE stuff relies on them - it makes me feel like linux is just wrong - since everyone is using it, hence our need for a Pascal based linux distro (pipe dreams). You

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Ger Remmers
On Thursday 25 August 2005 12:16, Mattias Gaertner wrote: [..] Filename: big.bmp File size : 168.750.054 real0m18.600s user0m11.521s sys 0m1.611s Code: bmp:=TBitmap.Create; bmp.LoadFromFile('big.bmp'); bmp.Free; This is copied from the WIndows version If

Re: [lazarus] Translation

2005-08-25 Thread Juan Martinez
Thanks for your answers, I already started to work with the .es.po file with utf8 encoding. I'm using linux and when I select the utf8 translation in the IDE I see weird characters in screen, that's why I thought I must build lazarus with -dNoUTF8Translations. Besides now lazarus say that

Re: [lazarus] Translation

2005-08-25 Thread Mattias Gaertner
On Thu, 25 Aug 2005 16:42:29 -0500 (CDT) Juan Martinez [EMAIL PROTECTED] wrote: Thanks for your answers, I already started to work with the .es.po file with utf8 encoding. I'm using linux and when I select the utf8 translation in the IDE I see weird characters in screen, that's why I

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Mat Ballard
g'day Mattias, thanks for that detailed explanation of the details of TLazIntfImage and FPImage ! that has highlighted another important issue that i was not aware of: our code also makes heavy use of palette operations to reduce images to very compact grayscales - so i'll have to think

Re: [lazarus] Lazarus stop working but I don't want to abandon lazarus in order to find the bug.

2005-08-25 Thread Mattias Gaertner
On Thu, 25 Aug 2005 13:06:47 +0200 Florian Köberle [EMAIL PROTECTED] wrote: (gdb) backtrace #0 0x0834bb66 in TCUSTOMCODETOOL__FINDDEEPESTNODEATPOS (STARTNODE=0xb75f7b54, P=2220, EXCEPTIONONNOTFOUND=false, this=0xb764f1a4) at customcodetool.pas:2004 #1 0x0834bb1b in

Re: [lazarus] Moving a graphics app from Win to Linux

2005-08-25 Thread Mattias Gaertner
On Thu, 25 Aug 2005 22:37:27 +0200 Ger Remmers [EMAIL PROTECTED] wrote: On Thursday 25 August 2005 12:16, Mattias Gaertner wrote: [..] Filename: big.bmp File size : 168.750.054 real0m18.600s user0m11.521s sys 0m1.611s Code: bmp:=TBitmap.Create;

Re: [lazarus] Translation

2005-08-25 Thread Juan Martinez
--- Mattias Gaertner [EMAIL PROTECTED] escribió: On Thu, 25 Aug 2005 16:42:29 -0500 (CDT) Juan Martinez [EMAIL PROTECTED] wrote: Thanks for your answers, I already started to work with the .es.po file with utf8 encoding. I'm using linux and when I select the utf8 translation in