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

2013-11-19 Thread vfclists .
On 19 November 2013 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.sourceforg

[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: h

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

2013-11-19 Thread mulcamd
Message-ID: 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 [mailto:mulc...@hotmail.com] Verzonden: dinsdag 19 november 2013 17:43 Aa

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 Subject: Re: [Lazarus] Help reading SQLite field with more than 255 chars To: Lazarus mailing list Message-ID: Content-Type: text/plain; charset="iso-8859-7"; Format="flowed" On Mon, 18 Nov 2013, mulcamd wrote: > >

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. http://www.enterprisedb.com/products-services-training/pgbindo

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 progr

[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] 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 e

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, s

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 yo

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

2013-11-19 Thread Felipe Monteiro de Carvalho
On Tue, Nov 19, 2013 at 1:30 AM, vfclists . wrote: > 1. Is it possible to direct the output of a Lazarus LCL program into such a > display system, or perhaps replace the parts where it interacts with X > Windows to such a system. You could implement it as a new backend for LCL-CustomDrawn: http:/

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" mailto:mich...@freepascal.org>>: > > > > On Tue, 19 Nov 2013, FreeMan wrote: > >> Hello, >> FPC r20108: compiler: don't allow to assign to for-i

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 X

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" : > > > > 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) War

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 ru

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 Laz

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

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/ wh

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 pr

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 tabl

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) Wa

[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) Error