Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Felipe Monteiro de Carvalho
On Thu, Aug 11, 2011 at 10:33 PM, Sven Barth wrote: > I also already thought about using fpGUI, but as a LCL backend. The reason > is that I have two Windows Mobile LCL applications that are tailored to my > own needs that I'd like to use when I have a new Android phone. The LCL-Android already h

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Graeme Geldenhuys
On 11 August 2011 22:33, Sven Barth wrote: > I also already thought about using fpGUI, but as a LCL backend. The reason > is that I have two Windows Mobile LCL applications that are tailored to my I have created a few GPS related apps using fpGUI (directly) for my Garmin PDA. It was just to see i

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Sven Barth
On 11.08.2011 21:58, Graeme Geldenhuys wrote: On 11 August 2011 17:20, Thaddy wrote: Since you have access to a NDI native screenbuffer you can use opengl v 2 to render anything directly without qt if you want, so small is definitely possible. Umm.. I'm getting more and more interested in the

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Graeme Geldenhuys
On 11 August 2011 17:20, Thaddy wrote: > Since you have access to a NDI native  screenbuffer you can use opengl v 2 > to render anything directly without qt if you want, so small is definitely > possible. Umm.. I'm getting more and more interested in the Android platform. Maybe it's time I officia

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Sven Barth
On 11.08.2011 17:28, Thaddy wrote: On 11-8-2011 17:01, Sven Barth wrote: I know about X servers running there (I have looked that up today morning, because I liked to know whether I somehow could run Wine on Android), but all I've found yet was the restriction to access the X screen through a V

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Thaddy
On 11-8-2011 17:28, Thaddy wrote: On 11-8-2011 17:01, Sven Barth wrote: I know about X servers running there (I have looked that up today morning, because I liked to know whether I somehow could run Wine on Android), but all I've found yet was the restriction to access the X screen through a

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Thaddy
On 11-8-2011 17:01, Sven Barth wrote: I know about X servers running there (I have looked that up today morning, because I liked to know whether I somehow could run Wine on Android), but all I've found yet was the restriction to access the X screen through a VNC viewer. If you know more, I'd

Re: [fpc-devel] delphi 2010/XE/XE2 - like rtti and "packages"

2011-08-11 Thread Sven Barth
Am 11.08.2011 17:14, schrieb Dimitri Smits: - "Sven Barth" schreef: Am 11.08.2011 16:38, schrieb Dimitri Smits: once I get a tree-hierarchy of module/package<->units<->typeinfos working, I intend to go on with the RTTI unit implementation and subsequent questions on that topic. Please

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Thaddy
On 11-8-2011 16:37, Felipe Monteiro de Carvalho wrote: toyshop and it works a charm. What is the size of an app using Qt on Android counting the Qt libraries that it downloads? Just what you expect from any GNU compiled program and just what you expect the runtime libraries to be with any qt ba

Re: [fpc-devel] delphi 2010/XE/XE2 - like rtti and "packages"

2011-08-11 Thread Dimitri Smits
- "Sven Barth" schreef: > Am 11.08.2011 16:38, schrieb Dimitri Smits: > > once I get a tree-hierarchy of module/package<->units<->typeinfos > > working, I intend to go on with the RTTI unit implementation and > > subsequent questions on that topic. > > Please note that for a fully compatibl

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Hans-Peter Diettrich
Sven Barth schrieb: On 08.08.2011 22:11, Marco van de Voort wrote: In our previous episode, Sven Barth said: That being said, there is another bubble going on in Mobile, and we have to be very careful that such things don't happen again. May I ask you to explain what you mean here? (Just cur

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Sven Barth
Am 11.08.2011 16:33, schrieb Thaddy: On 11-8-2011 13:56, Sven Barth wrote: Even if KSD or now FireMonkey supports ARM Linux this does not mean anything for Android. While Android does support native Linux applications it does not have a X server. Currently the only possibility for this is to ru

Re: [fpc-devel] delphi 2010/XE/XE2 - like rtti and "packages"

2011-08-11 Thread Sven Barth
Am 11.08.2011 16:38, schrieb Dimitri Smits: once I get a tree-hierarchy of module/package<->units<->typeinfos working, I intend to go on with the RTTI unit implementation and subsequent questions on that topic. Please note that for a fully compatible implementation of the RTTI unit you'll need

[fpc-devel] delphi 2010/XE/XE2 - like rtti and "packages"

2011-08-11 Thread Dimitri Smits
Hi, A few times the latest weeks, I noticed on this list (and the Lazarus list(s)) a "need" for the Delphi rtti extra's and the Delphi meaning of packages (program/library/*package*/unit). I am willing to reboot what I started and give it another shot with rtti. Both are at least partly int

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Felipe Monteiro de Carvalho
On Thu, Aug 11, 2011 at 4:33 PM, Thaddy wrote: > I have qt code running myself on an very cheap Android 2.3 tab from a > toyshop and it works a charm. What is the size of an app using Qt on Android counting the Qt libraries that it downloads? -- Felipe Monteiro de Carvalho _

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Thaddy
On 11-8-2011 13:56, Sven Barth wrote: Even if KSD or now FireMonkey supports ARM Linux this does not mean anything for Android. While Android does support native Linux applications it does not have a X server. Currently the only possibility for this is to run a X server through a VNC viewer a

RE : [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Ludo Brands
> > While Android does support native Linux applications it > does not have > > a X server. Currently the only possibility for this is to run a X > > server through a VNC viewer and thus you can not reproduce > the usual > > feel of an Android application. For that you'd need to write a Java > > b

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Jeppe Græsdal Johansen
On 11-08-2011 13:56, Sven Barth wrote: Am 09.08.2011 11:54, schrieb Michael Schnell: On 08/08/2011 10:00 PM, Sven Barth wrote: It will be interesting to see whether they want to license Cooper, RemObject's upcoming Pascal compiler for Java, as well; their plans to support Android as well in the

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Michael Schnell
On 08/11/2011 01:56 PM, Sven Barth wrote: While Android does support native Linux applications it does not have a X server. Currently the only possibility for this is to run a X server through a VNC viewer and thus you can not reproduce the usual feel of an Android application. For that you'd n

Re: [fpc-devel] Delphi XE2 uses FPC for iOS target

2011-08-11 Thread Sven Barth
Am 09.08.2011 11:54, schrieb Michael Schnell: On 08/08/2011 10:00 PM, Sven Barth wrote: It will be interesting to see whether they want to license Cooper, RemObject's upcoming Pascal compiler for Java, as well; their plans to support Android as well in the future could mean this. Of course Coop