Re: [Lazarus] Reading files in a Windows Mobile device.

2011-11-10 Thread Zaher Dirkey
2011/11/10 "Arí Ricardo Ody" > I need to copy a SQLite database from a iPAQ running Windows Mobile. I > did this once using the RAPI.DLL but I was programming in C# under .NET > Framework. > > I would like to know if someone of you have did this even via RAPI.DLL or > in another way and can give

[Lazarus] Reading files in a Windows Mobile device.

2011-11-10 Thread Arí Ricardo Ody
I need to copy a SQLite database from a iPAQ running Windows Mobile. I did this once using the RAPI.DLL but I was programming in C# under .NET Framework. I would like to know if someone of you have did this even via RAPI.DLL or in another way and can give me an example. In fact I have no idea

Re: [Lazarus] LCL program crashes on OS X 10.5.8 with EXC_BREAKPOINT (SIGTRAP)

2011-11-10 Thread Žilvinas Ledas
On 2011-11-10 19:37, Mattias Gaertner wrote: On Thu, 10 Nov 2011 19:11:20 +0200 Žilvinas Ledas wrote: Hello all, what is the lowest version of OSX that LCL application should work with? I got feedback that my program works with OS X 10.7.2 but fails with OS X 10.5.8. I got some info, but a

Re: [Lazarus] LCL program crashes on OS X 10.5.8 with EXC_BREAKPOINT (SIGTRAP)

2011-11-10 Thread Mattias Gaertner
On Thu, 10 Nov 2011 19:11:20 +0200 Žilvinas Ledas wrote: > Hello all, > > what is the lowest version of OSX that LCL application should work with? > > I got feedback that my program works with OS X 10.7.2 but fails with OS > X 10.5.8. > I got some info, but as I'm not very familiar with OSX de

[Lazarus] ImageListEditor problem

2011-11-10 Thread Bart
Hi, I have a mysterious problem with my Lazarus. When I open the ImageListEditor the ImageListEditor opens with the Imagelist. So far so good. The ImageListEditor shows up with the correct images from the ImageList. Now, whenI click on Add.. nothing happens (a TOpenPictureFileDialog is supposed t

[Lazarus] LCL program crashes on OS X 10.5.8 with EXC_BREAKPOINT (SIGTRAP)

2011-11-10 Thread Žilvinas Ledas
Hello all, what is the lowest version of OSX that LCL application should work with? I got feedback that my program works with OS X 10.7.2 but fails with OS X 10.5.8. I got some info, but as I'm not very familiar with OSX development, I don't know if this is useful: - Exception Type: EXC_

[Lazarus] Application events

2011-11-10 Thread Hans-Peter Diettrich
TApplication has On...EndSession handlers - for what event? Are these related to WM_QUERYCLOSE and WM_CLOSE, or something different? Also what's the event/purpose of OnUserInput? Of OnGetMainFormHandle? DoDi -- ___ Lazarus mailing list Lazarus@lists

Re: [Lazarus] Looking for JSON and XML libraries for storing records and some demos.

2011-11-10 Thread michael . vancanneyt
On Thu, 10 Nov 2011, Frank Church wrote: On 10 November 2011 08:18, wrote: On Wed, 9 Nov 2011, Frank Church wrote: On 8 November 2011 09:56, wrote: On Tue, 8 Nov 2011, Frank Church wrote: I want to learn how to store records (the database kind as well if available) in JSON and

Re: [Lazarus] Looking for JSON and XML libraries for storing records and some demos.

2011-11-10 Thread Frank Church
On 10 November 2011 08:18, wrote: > > > On Wed, 9 Nov 2011, Frank Church wrote: > > On 8 November 2011 09:56, wrote: >> >> >>> >>> On Tue, 8 Nov 2011, Frank Church wrote: >>> >>> I want to learn how to store records (the database kind as well if >>> available) in JSON and XML format. Are

Re: [Lazarus] Looking for JSON and XML libraries for storing records and some demos.

2011-11-10 Thread michael . vancanneyt
On Wed, 9 Nov 2011, Frank Church wrote: On 8 November 2011 09:56, wrote: On Tue, 8 Nov 2011, Frank Church wrote: I want to learn how to store records (the database kind as well if available) in JSON and XML format. Are there some Lazarus/FPC libraries and demos which do that? That d