Re: [fpc-pascal] generics class hierarchy

2010-12-17 Thread Sven Barth
Am 17.12.2010 03:30, schrieb David Emerson: err... my mistake. the error message was referring to a different problem, which I was blind to in my hurry. Sorry for all the messages. I'll shut up now. :) Would you please state your FPC version the next time? (If you have stated I, but I

Re: [fpc-pascal] Re: FPC programs in Android without JNI

2010-12-17 Thread Andrew Haines
On 12/16/10 12:23, Felipe Monteiro de Carvalho wrote: Hello, It might be interesting to know that I managed to build a bridge which exports the Java API and the Android API to Free Pascal. Check this hello world code and screenshot:

Re: [fpc-pascal] Re: FPC programs in Android without JNI

2010-12-17 Thread Felipe Monteiro de Carvalho
I a On Dec 17, 2010 8:47 PM, Andrew Haines andrewd...@aol.com wrote: On 12/16/10 12:23, Felipe Monteiro de Carvalho wrote: Hello, It might be interesting to know ... The Android 2.3 ndk now has support for a NativeActivity and there is a sample of OpenGL ES native program. quote General

Re: [fpc-pascal] Re: FPC programs in Android without JNI

2010-12-17 Thread Andrew Haines
On 12/17/10 15:46, Felipe Monteiro de Carvalho wrote: I a ?? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: FPC programs in Android without JNI

2010-12-17 Thread Robert Wolfe
On 12/17/2010 4:25 PM, Andrew Haines wrote: On 12/17/10 15:46, Felipe Monteiro de Carvalho wrote: I a ?? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal Looks like someone may

[fpc-pascal] Having trouble defining an initialized constant correctly

2010-12-17 Thread Cox, Stuart TRAN:EX
Please excuse me if I've posted this request to the wrong list. I really did spend some time in trying to find a FPC list for simple coding questions. Sorry. I have a set of record types defined and want to create an initialized constant and an array constant with values. Occasionally I find