[Lazarus] Fatal error on last svn lazarus make

2013-11-19 Thread FreeMan
Hello, FPC r20108: compiler: don't allow to assign to for-in loop variable (bug #0025318) after this fpc update, lazarus can NOT make, error is: project_misc_options.pas(94,43) Warning: unreachable code Compiling ./frames/project_resources_options.pas project_resources_options.pas(65,18)

Re: [Lazarus] Fatal error on last svn lazarus make

2013-11-19 Thread FreeMan
so sorry, problem on FPC Revision 26108 FPC Revision 26107 is okey 19-11-2013 10:18 tarihinde, FreeMan yazdı: Hello, FPC r20108: compiler: don't allow to assign to for-in loop variable (bug #0025318) after this fpc update, lazarus can NOT make, error is: project_misc_options.pas(94,43)

Re: [Lazarus] Help reading SQLite field with more than 255 chars

2013-11-19 Thread Michael Van Canneyt
On Mon, 18 Nov 2013, mulcamd wrote: I’m reading the SQLite database of Adobe Lightroom (SQLite).   I want to process the AdditionalMetadata table, see below, the XMP field, which may be 3000 chars long. When retrieving the contents of this field I only get 255. I cannot create the

Re: [Lazarus] Fatal error on last svn lazarus make

2013-11-19 Thread Michael Van Canneyt
On Tue, 19 Nov 2013, FreeMan wrote: Hello, FPC r20108: compiler: don't allow to assign to for-in loop variable (bug #0025318) after this fpc update, lazarus can NOT make, error is: project_misc_options.pas(94,43) Warning: unreachable code Compiling ./frames/project_resources_options.pas

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Lukasz Sokol
On 19/11/13 00:30, vfclists . wrote: I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. There is a libvncserver/libvnclient project at http://libvncserver.sourceforge.net/ which

Re: [Lazarus] DateDif function needed

2013-11-19 Thread Lukasz Sokol
On 18/11/13 16:46, Hans-Peter Diettrich wrote: Jürgen Hestermann schrieb: I still find CalenderDiff the best name for this function because it clearly states that differences are calculated for calender dates and not for an homogeneous stream of seconds/hours/days. This raises immediately

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Michael Schnell
On 11/19/2013 01:30 AM, vfclists . wrote: I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. VNC server (in Linux) does provide an X server. So this should not be a problem of

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: Check out x11vnc - it can open an existing X screen and provide it for vnc connection - and xinit - lets you open new X screen, with or without a Window Manager. Noting that on unix VNC provides an X server, so if you could tell that to disregard the normal startup and

Re: [Lazarus] Fatal error on last svn lazarus make

2013-11-19 Thread Sven Barth
Am 19.11.2013 09:34 schrieb Michael Van Canneyt mich...@freepascal.org: On Tue, 19 Nov 2013, FreeMan wrote: Hello, FPC r20108: compiler: don't allow to assign to for-in loop variable (bug #0025318) after this fpc update, lazarus can NOT make, error is: project_misc_options.pas(94,43)

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Michael Schnell
On 11/19/2013 10:41 AM, Michael Schnell wrote: On 11/19/2013 01:30 AM, vfclists . wrote: I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. VNC server (in Linux) does provide an

Re: [Lazarus] Fatal error on last svn lazarus make

2013-11-19 Thread FreeMan
Thanks to Mattias, in lazarus Revision 43462 FIXED 19-11-2013 11:50 tarihinde, Sven Barth yazdı: Am 19.11.2013 09:34 schrieb Michael Van Canneyt mich...@freepascal.org mailto:mich...@freepascal.org: On Tue, 19 Nov 2013, FreeMan wrote: Hello, FPC r20108: compiler: don't allow to

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Lukasz Sokol
On 19/11/13 09:48, Mark Morgan Lloyd wrote: Lukasz Sokol wrote: Check out x11vnc - it can open an existing X screen and provide it for vnc connection - and xinit - lets you open new X screen, with or without a Window Manager. Noting that on unix VNC provides an X server, so if you could

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: On 19/11/13 09:48, Mark Morgan Lloyd wrote: Lukasz Sokol wrote: Check out x11vnc - it can open an existing X screen and provide it for vnc connection - and xinit - lets you open new X screen, with or without a Window Manager. Noting that on unix VNC provides an X server,

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread Michael Schnell
On 11/19/2013 11:23 AM, Felipe Monteiro de Carvalho wrote: You could implement it as a new backend for LCL-CustomDrawn: http://wiki.freepascal.org/Custom_Drawn_Interface Looking at this page triggers long-wanted stuff: - a HTML backend that is able to be attached via HTTP (directly or via

[Lazarus] Database and installation

2013-11-19 Thread Chavoux Luyt
Hi all I have used Lazarus with PostgreSQL in a client-server setup before. It worked very well when I installed it at a client. I have also written desktop Delphi programs using Paradox as database and InstallShield as the installer before, which worked very well for distributing programs on CD

Re: [Lazarus] Database and installation

2013-11-19 Thread Reinier Olislagers
On 19/11/2013 13:49, Chavoux Luyt wrote: I have also written desktop Delphi programs using Paradox as database and InstallShield as the installer before, which worked very well for distributing programs on CD (or DVD). What would be the best Lazarus equivalent for this purpose? I.e. a program

Re: [Lazarus] Database and installation

2013-11-19 Thread vfclists .
And I am not really looking forward to writing InstallShield from scratch for Windows if there is a better alternative. You haven't stated whether your program is for Windows or Linux but I am assuming that it is a Windows program.

Re: [Lazarus] Help reading SQLite field with more than 255

2013-11-19 Thread mulcamd
Date: Tue, 19 Nov 2013 09:27:23 +0100 (CET) From: Michael Van Canneyt mich...@freepascal.org Subject: Re: [Lazarus] Help reading SQLite field with more than 255 chars To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Message-ID:

Re: [Lazarus] Help reading SQLite field with more than 255

2013-11-19 Thread mulcamd
Message-ID: alpine.deb.2.02.1311190922270.5...@home.telenet.be Hi, The solution was: SQLQuery1.SQL.Text:='Select id_local, cast(xmp as blob) as xmp from Adobe_AdditionalMetadata'; Thank you Michael Van Canneyt for the tip! -Oorspronkelijk bericht- Van: mulcamd

[Lazarus] Lazarus 1.0.14 Release

2013-11-19 Thread Mattias Gaertner
The Lazarus team is glad to announce the release of Lazarus 1.0.14. This is a bug fix release, built with fpc 2.6.2. The previous releases from 1.0.8 to 1.0.12 were built with fpc 2.6.2 too, while release 1.0.6 was built with fpc 2.6.0. Here is the list of changes for Lazarus and Free Pascal:

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-19 Thread vfclists .
On 19 November 2013 00:30, vfclists . vfcli...@gmail.com wrote: I want to write a program to provide its own remote display without an X Window server, ie the program has its own display which can be connected to via VNC server. There is a libvncserver/libvnclient project at