Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Carlos German Tejero
> > Maybe, samebody can take a look of this http://ioda.sourceforge.net/, a > full text search project (posible dead) written in fpc. > -- > Carlos Germán Tejero

Re: [lazarus] a litle question about freevision

2007-10-05 Thread Carlos German Tejero
s two mail. 2007/10/4, Vincent Snijders <[EMAIL PROTECTED]>: > > Carlos German Tejero schreef: > > Why the fpc bundled in the lazarus-win32 installer don't include > > freevision?? > > Because Lazarus does not need that. I never thought anybody would use >

Re: [lazarus] a litle question about freevision

2007-10-05 Thread Carlos German Tejero
jders <[EMAIL PROTECTED]>: > > Carlos German Tejero schreef: > > Why the fpc bundled in the lazarus-win32 installer don't include > > freevision?? > > Because Lazarus does not need that. I never thought anybody would use > Lazarus to

Re: [lazarus] a litle question about freevision

2007-10-04 Thread Carlos German Tejero
jders <[EMAIL PROTECTED]>: > > Carlos German Tejero schreef: > > Why the fpc bundled in the lazarus-win32 installer don't include > > freevision?? > > Because Lazarus does not need that. I never thought anybody would use > Lazarus to

[lazarus] a litle question about freevision

2007-10-03 Thread Carlos German Tejero
Why the fpc bundled in the lazarus-win32 installer don't include freevision?? Thanks to all. Bye bye. -- Carlos Germán Tejero

Re: [lazarus] VOOE Programming ? so what about running in a browser someday...?

2007-08-20 Thread Carlos German Tejero
maybe port webrad (http://sourceforge.net/projects/webrad) to lazarus is a good start point. 2007/8/20, Sebastian Günther <[EMAIL PROTECTED]>: > > Michael Van Canneyt schrieb: > > > >> Please explain why that isn't possible to do a conversion of such an > app using > >> Javascript ? > > > > Are yo

Re: [lazarus] Code Completion don't understand new generic sintax

2007-08-16 Thread Carlos German Tejero
Thanks Mattias, good and great job!!!. 2007/8/16, Mattias Gaertner <[EMAIL PROTECTED]>: > > On Wed, 15 Aug 2007 18:05:18 -0300 > "Carlos German Tejero" <[EMAIL PROTECTED]> wrote: > > > Hi to Lazarus Team (sorry for my poor english): > > > > I p

[lazarus] Code Completion don't understand new generic sintax

2007-08-15 Thread Carlos German Tejero
Hi to Lazarus Team (sorry for my poor english): I probe the new FPC generic support, and work fine, but the Lazarus Code Completion don't understand new generic sintax. For example in the next code: program test; {$apptype console} {$mode objfpc}{$H+} uses SysUtils, Classes; type generic

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
I put the libmysql.dll in system32 and the application directory and the problem persist. When i connect with Con.Open; the application finish. Thanks. 2007/6/20, Vincent Snijders <[EMAIL PROTECTED]>: On Wed, 20 Jun 2007 19:39:26 -0300 Carlos German Tejero <[EMAIL PROTECTED]>

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
h too. thanks. 2007/6/20, Carlos German Tejero <[EMAIL PROTECTED]>: Ok, but i'm using mysql5 64bits and the problem is the same. it's a fpc bug? i'm using fpc 64bits. thanks. 2007/6/20, Vincent Snijders <[EMAIL PROTECTED]>: > > On Wed, 20 Jun 2007 19:16:3

Re: [lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Ok, but i'm using mysql5 64bits and the problem is the same. it's a fpc bug? i'm using fpc 64bits. thanks. 2007/6/20, Vincent Snijders <[EMAIL PROTECTED]>: On Wed, 20 Jun 2007 19:16:34 -0300 Carlos German Tejero <[EMAIL PROTECTED]> wrote: > Hi: > I'

Re: IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
And the same problem with TMySQL50Connection "Can not load MySQL library "libmysql.dll". Check your installation." Bye. 2007/6/20, Carlos German Tejero <[EMAIL PROTECTED]>: Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 f

[lazarus] IBConnection error in win64

2007-06-20 Thread Carlos German Tejero
Hi: I'm test lazarus 0.9.23beta (r11234), on win64. I have installed Firebird 2.0.1 for 32bits, and works fine. When try to connect using a sqldb/ibconnection lazarus report an error: "Can not load default Firebird clients("gds32.dll" or "fbclient.dll"). Check your installation." But i have inst

Re: [lazarus] Form Designer + TListView bug

2007-06-06 Thread Carlos German Tejero
Hi, in Lazarus 0.9.23 beta this bug is not present. Bye. 2007/6/6, Antonio Sanguigni <[EMAIL PROTECTED]>: Can anybody else confirm this bug? > > Yes Graeme, I had this too. Lazarus 0.9.21 . Slapshot -- GioveLUG (Linux User

Re: [lazarus] Lazarus for win64 available for download from sourceforge

2007-06-02 Thread Carlos German Tejero
thanks. 2007/6/2, Vincent Snijders <[EMAIL PROTECTED]>: Carlos German Tejero schreef: > Hi Vincent: > I have many questions, on how work a Lazarus Daemon Application. In unix > a Daemon is a process that forks, close the stdin-stdout-stderr and > running on backgroup. In the

Re: [lazarus] Lazarus for win64 available for download from sourceforge

2007-06-01 Thread Carlos German Tejero
? Thanks (sorry for my english). The work of FPC team and Lazarus team is WONDERFULL!! bye. -- Carlos Germán Tejero 2007/6/1, Vincent Snijders <[EMAIL PROTECTED]>: Carlos German Tejero schreef: > Hi,my name is German Tejero, and my english is very bad. > > I download the lazaru

Re: [lazarus] Lazarus for win64 available for download from sourceforge

2007-05-31 Thread Carlos German Tejero
Hi,my name is German Tejero, and my english is very bad. I download the lazarus win64 release, and i test it on a Intel Core 2 Duo E6400. I install the lazdaemon package and i discover a bug, when add a TDaemon or a TDaemonMapper, the uses contains duplicated LResources unit: * uses Classes, S

Re: [lazarus] Delphi 4 PHP

2007-04-08 Thread Carlos German Tejero
1. Is Delphi 4 PHP a product for just Delphi, or can Lazarus use it as well? Delphi 4 PHP is a product of CodeGear (Borland), the framework is VCL4PHP ( sourceforge.net/products/vcl4php) 2. What exactly does it do? Something akin to the .NET components? Is a serie of units wirten in JS(quoxx

Re: [lazarus] Doing the Delphi 6 Text Editor Tutorial in Lazarus?

2007-04-05 Thread Carlos German Tejero
wxWidgets have a RichText control ( http://www.wxwidgets.org/manuals/stable/wx_wxrichtextctrl.html#wxrichtextctrl) and in linux it's implemented over GTK. wxWidgets, it's a good widgetset for Lazarus, i think (support Win32, Mac OS X, GTK+, X11, Motif and WinCE). 2007/4/5, Graeme Geldenhuys <[E