Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Jonas Maebe
On 01 Aug 2013, at 22:22, Torsten Bonde Christiansen wrote: > On 2013-08-01 21:58, Sven Barth wrote: >> How exactly did you compile? >> >> As described in the wiki with "make crossall OS_TARGET=android >> CPU_TARGET=arm ..." in the top level directory? In that case it should be >> compiled and

Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Torsten Bonde Christiansen
On 2013-08-01 21:58, Sven Barth wrote: On 01.08.2013 20:43, Torsten Bonde Christiansen wrote: On 2013-07-31 20:57, Sven Barth wrote: On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuu

Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Sven Barth
On 01.08.2013 20:43, Torsten Bonde Christiansen wrote: On 2013-07-31 20:57, Sven Barth wrote: On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for

Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Torsten Bonde Christiansen
On 2013-07-31 20:57, Sven Barth wrote: On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for

Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Felipe Monteiro de Carvalho
On Thu, Aug 1, 2013 at 9:59 AM, Torsten Bonde Christiansen wrote: > I did some research before i sent the mail and found the libucuuc.so using > adb shell into an emulator. That's a common mistake. Android is a full Linux inside, so of course there are tons of native libraries available inside. B

Re: [fpc-pascal] Android and cwstring

2013-08-01 Thread Torsten Bonde Christiansen
On 2013-07-31 20:57, Sven Barth wrote: On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Sven Barth
On 31.07.2013 20:55, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for API level 8. I don't know, I have me

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Felipe Monteiro de Carvalho
On Wed, Jul 31, 2013 at 8:51 PM, Sven Barth wrote: > The cwstring of Android uses the ICU library libicuuc.so. Is this available in the NDK for one of the higher API levels? It is not in the list for API level 8. -- Felipe Monteiro de Carvalho ___ fpc

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Sven Barth
On 31.07.2013 20:35, Felipe Monteiro de Carvalho wrote: On Wed, Jul 31, 2013 at 3:11 PM, Torsten Bonde Christiansen wrote: More specifically i cannot get the library to use the "cwstring" unit. Below you see a working example of a library that works fine (the log entry is generated) when cwstri

Re: [fpc-pascal] Android and cwstring

2013-07-31 Thread Felipe Monteiro de Carvalho
On Wed, Jul 31, 2013 at 3:11 PM, Torsten Bonde Christiansen wrote: > More specifically i cannot get the library to use the "cwstring" unit. Below > you see a working example of a library that works fine (the log entry is > generated) when cwstring i commented out, but when included the android > a