Re: [lazarus] Patch for reading LRE encoded BMP files

2008-02-01 Thread Horacio Jamilis
Sorry to ask before searching on the code base but... is there code to ENCODE RLE BMP files? I am building a support aplication (something like VNC with some aditional things we need)... Thanks. Horacio Sebastian Günther escribió: Hi *, attached is a small patch which enables the LCL to

[lazarus] Internal debugger for Lazarus

2008-01-15 Thread Horacio Jamilis
I was thinking exactly the same Yesterday I was talking about Lazarus to one of my clients, and he asked me why I am steel using Delphi... and the my answer was: 1) The internal debugger is not as usefull as the Delphi one... The most important missing feature is the Object support (evaluate

Re: [fpc-devel] Invalid field size : 8

2008-01-10 Thread Horacio Jamilis
It seems that the Size field shoud be 0 (zero) for numeric fields... The size property of TField have different meanings for the different field types. So, you should not set the size property of an Integer field to anything (the default 0 value is correct). Hope this helps. Horacio As

Re: [lazarus] Help installing package rxnew 1.1.5.98

2007-12-29 Thread Horacio Jamilis
I tried before my post downloading windres from cygwin... but without success... Now worked! Thanks! Horacio Vincent Snijders escribió: Horacio Jamilis schreef: Hi, I am trying to install the rxnew package without success (I already have most availables packages from ccr). But I have

[lazarus] Help installing package rxnew 1.1.5.98

2007-12-28 Thread Horacio Jamilis
Hi, I am trying to install the rxnew package without success (I already have most availables packages from ccr). But I have a link error when I install this package. If I uninstall it, lazarus links properly. I was unable to understand where the problem is. I was unable to find any reference

[lazarus] Two little problems - revision.inc and rxnew package

2007-11-08 Thread Horacio Jamilis
Hi, I have two problems trying to use lazarus... 1) The first... just a curiosity but... in the about dialog, for the last monthes, I can´t see the revision number of my lazarus app. It don´t stop lazarus from working so is low priority... buy nice to have... 2) The seccond... I am

Re: [lazarus] StringReplace - TReplaceFlags

2007-05-23 Thread Horacio Jamilis
Try StringReplace(s,'something','somethingElse',[rfReplaceAll]); The last parameter is a set... I guess :-) Horacio - Original Message - From: Alvise Nicoletti [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Wednesday, May 23, 2007 12:35 PM Subject: [lazarus] StringReplace -

[lazarus] Spanish missing translations of menu items

2006-09-20 Thread Horacio Jamilis
Attached is a patch to fix some menu entries that was not translated to spanish, and apeared as "...". Horacio Jamilis spanish.diff Description: Binary data

Re: [lazarus] Lazarus Foundation pros

2006-04-29 Thread Horacio Jamilis
in Argentina), 1000 Eur is enougth for a good full time Semi Senior Developer with at least 3 years of expertise. Horacio Jamilis _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

[lazarus] Highlighters - SQL

2006-03-22 Thread Horacio Jamilis
Why lazarus does not include a highlighter for SQL? It could be usefull to have it and I guess synedit should have it already, but in the code editor popup menu, it offers many options (like PHP or HTML) but not SQL... Just a question. Horacio Jamilis [EMAIL PROTECTED]

Re: [lazarus] Highlighters - SQL

2006-03-22 Thread Horacio Jamilis
(Romance Standard Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 22 Mar 2006, Horacio Jamilis wrote: Why lazarus does not include a highlighter for SQL? It could be usefull to have it and I guess synedit should have it already, but in the code editor popup menu

[lazarus] Debugger question

2006-01-11 Thread Horacio Jamilis
form1.caption it says it cant parse or something like that. Where should I look for to fix this? Horacio Jamilis

Re: [lazarus] Debugger question

2006-01-11 Thread Horacio Jamilis
Thanks, MyBla.fBla is evaluated properly MyBla.GetBla does not work. The evaluator stil complains. what should I try? Let´s say I found the getter method... how to invoke it? Horacio Jamilis - Original Message - The question is: is gdb able to evaluate object properties ? No. only

[lazarus] Multithreading in Lazarus = SMP Enabled applications?

2005-11-05 Thread Horacio Jamilis
automagically on Windows. Is this true? Happens the same with FPC/Lazarus? On windows? On linux? Thanks Horacio Jamilis

[lazarus] Debugging multitheaded application

2005-10-28 Thread Horacio Jamilis
Hi, I am porting a multithreaded server application from Delphi to Lazarus (linux). I am using the cThreads unit, and the TThread class. The program is not working properly... I don´t know why yet. But it compiles and starts! I´m happy for that. The program listen on a port for TCP

[lazarus] Console GUI / Web Applications Support for Lazarus RAD

2005-09-03 Thread Horacio Jamilis
Hi, Some years ago I started a project in Delphi/Kylix that should finally allow me (and any other developer) to create Console GUI Applications using Delphi, in a pure RAD way, using non-visual standard components, and a set of components I was developing. I got the base idea from de KOL

Re: Getting the word out

2005-09-02 Thread Horacio Jamilis
As I asked to Torrys, and I forwarded the answer here... Torrys should have a Lazarus Section in about 2/3 weeks... Horacio btw. has anybody ever heard anything back from Torry or DSP?? Perhapse I'll nudge them too/ ;) _