[fpc-pascal] Re: android share library with classes unit

2011-04-12 Thread herux
I use this binutils http://www.gnu.org/software/binutils/ using this command to build crosscompiler make clean crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=/usr/share/fpcsrc/binutils/ OPT="-dFPC_ARMEL -O- -gl" CROSSOPT="-dANDROID -CpARMv6 -gl -CfSOFT -O-" I may have to repeat it thank

Re: [fpc-pascal] TMenu - barbreak Delphi Compatbility.

2011-04-12 Thread Paul Ishenin
12.04.2011 21:52, Justin Smyth wrote: Guys. In Delphi you can set the break to barbreak to break the menu in half , whats the best way ( if possible to do this in lazarus ) ? This is a windows only feature and it is not implemented in lazarus. To achive the desired effect on windows you can p

[fpc-pascal] Inherit interface from 2 interfaces

2011-04-12 Thread Andreas Dorn
On Tue Apr 12, michael.vancanneyt worte: On Tue, 12 Apr 2011, Andreas Dorn wrote: On Fri, 8 Apr 2011, michael.vancanneyt worte: The whole idea of interfaces is to avoid multiple inheritance. Hm. I don't believe that. One of the major points of interfaces is indeed to avoid the problems of mu

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Juha (gmail)
Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 11:41:03: > Are you sure? > I didn't get it and it's not in the archive > http://lists.lazarus.freepascal.org/pipermail/lazarus/2011-April/date.html I don't see it in archive either for some reason. I do see it in my e-mail client (KMail) confi

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Luca Olivetti
Al 12/04/2011 15:45, En/na Vincent Snijders ha escrit: 2011/4/12 Luca Olivetti: Sorry for the off-topic, but I sent a message yesterday to the lazarus mailing list and it hasn't appeared. In fact there aren't new messages since last Sunday. Does anybody know if is there a problem with the lazaru

Re: [fpc-pascal] TMenu - barbreak Delphi Compatbility.

2011-04-12 Thread Justin Smyth
Thats for a Horizital break , i'm trying to set a vertical break ie 2 or more columns,... its for a Win32/Win64 Project. - Original Message - From: "Felipe Monteiro de Carvalho" To: "Justin Smyth" ; "FPC-Pascal users discussions" Sent: Wednesday, April 13, 2011 12:15 AM Subject: Re: [

Re: [fpc-pascal] TMenu - barbreak Delphi Compatbility.

2011-04-12 Thread Felipe Monteiro de Carvalho
In the same way: Set the caption of the item which is a separator to "-" without quotes -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] TMenu - barbreak Delphi Compatbility.

2011-04-12 Thread Justin Smyth
Guys. In Delphi you can set the break to barbreak to break the menu in half , whats the best way ( if possible to do this in lazarus ) ? Delphian___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/f

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Vincent Snijders
2011/4/12 Luca Olivetti : > Sorry for the off-topic, but I sent a message yesterday to the lazarus > mailing list and it hasn't appeared. > In fact there aren't new messages since last Sunday. > Does anybody know if is there a problem with the lazarus list server? I restarted mailman, and that see

Re: [fpc-pascal] android share library with classes unit

2011-04-12 Thread Dariusz Mazur
W dniu 2011-04-12 11:56, herux pisze: I managed to compile and run the library for android on emulator, which I compile the project just a libhellojni.so compile using paramater like this ppcarm -Scghi -O1 -Parm -gl -b -B -XX -Xc -XD -CpARMv6 -CfSOFT -dandroid -vewnhi -l -XParm-linux- -Fi/hom

Re: [fpc-pascal] Font reading library

2011-04-12 Thread dhkblaszyk
On Tue, 12 Apr 2011 13:33:35 +0200, Helmut Hartl wrote: (Have a look at : http://www.freetype.org/freetype1/index.html, and the name of the authors ...) What's special with the name of the authors nothing - but a name compare should have revealed the strong indication that fornix has nothing

Re: [fpc-pascal] Font reading library

2011-04-12 Thread Helmut Hartl
Am 12.04.11 11:03, schrieb Felipe Monteiro de Carvalho: Hello, I fixed the compilation of the old freetype and put it in the Lazarus-ccr for now. Maybe it can be added to FPC later on if it proves a good substitute: http://wiki.lazarus.freepascal.org/Freetype#Download nice It's not maintained

[fpc-pascal] android share library with classes unit

2011-04-12 Thread herux
I managed to compile and run the library for android on emulator, which I compile the project just a libhellojni.so compile using paramater like this ppcarm -Scghi -O1 -Parm -gl -b -B -XX -Xc -XD -CpARMv6 -CfSOFT -dandroid -vewnhi -l -XParm-linux- -Fi/home/herux/workspace/hellojni/jni/lib/arm-li

Re: [fpc-pascal] Inherit interface from 2 interfaces

2011-04-12 Thread michael . vancanneyt
On Tue, 12 Apr 2011, Andreas Dorn wrote: On Fri, 8 Apr 2011,michael.vancanneyt worte: The whole idea of interfaces is to avoid multiple inheritance. Hm. I don't believe that. One of the major points of interfaces is indeed to avoid the problems of multiple class inheritance (diamond proble

Re: [fpc-pascal] Font reading library

2011-04-12 Thread Felipe Monteiro de Carvalho
Hello, I fixed the compilation of the old freetype and put it in the Lazarus-ccr for now. Maybe it can be added to FPC later on if it proves a good substitute: http://wiki.lazarus.freepascal.org/Freetype#Download > http://www.koders.com/delphi/fidEAE4D251909342259720229735A9CBF6C74B15AB.aspx?s=de

[fpc-pascal] Re: Strange arm-linux cross-compilation errors

2011-04-12 Thread herux
I think we should change the file crt0.as, as described in the following link http://honeypod.blogspot.com/2007/12/initialize-libc-for-android.html I have not done so, I'm doing another job first. - - -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Strange

Re: [fpc-pascal] Inherit interface from 2 interfaces

2011-04-12 Thread Andreas Dorn
On Fri, 8 Apr 2011,michael.vancanneyt worte: The whole idea of interfaces is to avoid multiple inheritance. Hm. I don't believe that. One of the major points of interfaces is indeed to avoid the problems of multiple class inheritance (diamond problems - i.e. problems caused by conflicting impl

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Luca Olivetti
Al 12/04/2011 9:24, En/na Juha (gmail) ha escrit: Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 10:20:04: Sorry for the off-topic, but I sent a message yesterday to the lazarus mailing list and it hasn't appeared. In fact there aren't new messages since last Sunday. Does anybody know if i

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Vincent Snijders
2011/4/12 Juha (gmail) : > Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 10:20:04: >> Sorry for the off-topic, but I sent a message yesterday to the lazarus >> mailing list and it hasn't appeared. >> In fact there aren't new messages since last Sunday. >> Does anybody know if is there a prob

Re[4]: [fpc-pascal] read lines at end of file

2011-04-12 Thread José Mejuto
Hello FPC-Pascal, Tuesday, April 12, 2011, 12:51:17 AM, you wrote: jgc> So the idea is to open file eg as file of array [1:65536] of char or jgc> something similar, seek & read to end of file, then go through the last jgc> array converting to strings by finding crlfs correct? Is this the simplest

Re[2]: [fpc-pascal] read lines at end of file

2011-04-12 Thread José Mejuto
Hello FPC-Pascal, Tuesday, April 12, 2011, 1:09:34 AM, you wrote: RW> On 04/11/2011 12:32 PM, John Lee wrote: >> Need to read the last 4 lines (txt) of a very large log file 100M >> bytes, 100k lines or more lots of times - of course I can read RW> Hmm, could first have the reader enumerate th

Re: [fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Juha (gmail)
Luca Olivetti kirjoitti tiistai, 12. huhtikuuta 2011 10:20:04: > Sorry for the off-topic, but I sent a message yesterday to the lazarus > mailing list and it hasn't appeared. > In fact there aren't new messages since last Sunday. > Does anybody know if is there a problem with the lazarus list serve

[fpc-pascal] Is there a problem on the lazarus mailing list?

2011-04-12 Thread Luca Olivetti
Sorry for the off-topic, but I sent a message yesterday to the lazarus mailing list and it hasn't appeared. In fact there aren't new messages since last Sunday. Does anybody know if is there a problem with the lazarus list server? Bye -- Luca ___ fpc-p