Re: [fpc-pascal] locale solution for unix systems

2009-03-19 Thread ik
In order to know what is the active local in Unix/Linux you should check the environment variables. If it was not defined or it stand on C, then en_US is inplace. Ido On Thu, Mar 19, 2009 at 8:49 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: [moved the conversation from Lazarus

Re: [fpc-pascal] locale solution for unix systems

2009-03-19 Thread ik
why using the libc functions is better. Or am I missing here something in what you are saying ? Ido On Thu, Mar 19, 2009 at 10:44 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On Thu, Mar 19, 2009 at 10:17 AM, ik ido...@gmail.com wrote: In order to know what is the active local in Unix

[fpc-pascal] A bit off topic: iPhone developers

2009-03-29 Thread ik
Hi, I have came accross the following blog: http://entitycrisis.blogspot.com/2009/03/something-rotten-at-apple.html If someome return your software, Apple return to the client it's money in full, but charge the developer to the same amount + commission. Ido

[fpc-pascal] Compiler raise an EAbort exception

2009-04-04 Thread ik
Hello, I'm using FPC from Arch Liunx. I'm trying to do the following code: ... TNumberValidationRecord = record Name: String; CreditType : CreditCardType; Prefix :

Re: [fpc-pascal] Compiler raise an EAbort exception

2009-04-04 Thread ik
Maebe jonas.ma...@elis.ugent.bewrote: On 04 Apr 2009, at 15:07, ik wrote: Am I doing here something wrong (I think I can do better with coping between open and dynamic array) ? An unhandled exception in the compiler is always a compiler bug. Please submit a bug report with a compilable

[fpc-pascal] Trying to cross compile to arm-linux and have the following error message: Makefile:186: *** The Makefile doesn't support target x86_64-linux, please run fpcmake first. Stop.

2009-04-06 Thread ik
Hello, I'm trying to create a cross compile to arm-linux. I made the following execution: fpcmake -Tarm-linux -v FPCMake Version 2.0.0 [2009/02/20] Processing Makefile.fpc Targets: arm-linux Globals: FPCDIR = . PACKAGESDIR = $(FPCDIR)/packages $(FPCDIR)/packages/base

Re: [fpc-pascal] Trying to cross compile to arm-linux and have the following error message: Makefile:186: *** The Makefile doesn't support target x86_64-linux, please run fpcmake first. Stop.

2009-04-06 Thread ik
On Mon, Apr 6, 2009 at 11:07 AM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 06 Apr 2009, at 10:00, ik wrote: I'm trying to create a cross compile to arm-linux. I made the following execution: fpcmake -Tarm-linux -v Use this instead: fpcmake -Tall Why are you regenerating

Re: [fpc-pascal] Trying to cross compile to arm-linux and have the following error message: Makefile:186: *** The Makefile doesn't support target x86_64-linux, please run fpcmake first. Stop.

2009-04-06 Thread ik
http://ik.homelinux.org/ On Mon, Apr 6, 2009 at 11:25 AM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 06 Apr 2009, at 10:16, ik wrote: Followed the instructions. Now if I try to do the following: make MAKEFILETARGETS=arm-linux all It still gives me the following error: Makefile:197

[fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
Hello, I tried to create an Hello World program in OpenMoko (after creating arm fpc). When I try to compile it, ld gives the following error message: /usr/bin/ld: ERROR: Source object /usr/lib/fpc/2.3.1/units/arm-linux/rtl/system.o has EABI version 0, but target hello has EABI version 4 I

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
No, doing it now Thanks Ido On Mon, Apr 6, 2009 at 4:26 PM, Henry Vermaak henry.verm...@gmail.comwrote: 2009/4/6 ik ido...@gmail.com: Hello, I tried to create an Hello World program in OpenMoko (after creating arm fpc). When I try to compile it, ld gives the following error message

Re: [fpc-pascal] EABI problems with FPC

2009-04-06 Thread ik
On Mon, Apr 6, 2009 at 4:26 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 06 Apr 2009, at 15:15, ik wrote: I tried to create an Hello World program in OpenMoko (after creating arm fpc). When I try to compile it, ld gives the following error message: /usr/bin/ld: ERROR: Source object

Re: [fpc-pascal] LTR or RTL info from users locale settings?

2009-04-06 Thread ik
No, you can not know by the normal locale. You must check to see what is the type of locale: 1. Hebrew 2. Many forms of Arabic (you have more then 6 if I remember correctly) That's the only way I know to detect if the locale is RightToLeft or LeftToRight. I started working on something for

Re: [fpc-pascal] LTR or RTL info from users locale settings?

2009-04-06 Thread ik
On Mon, Apr 6, 2009 at 9:15 PM, Graeme Geldenhuys graemeg.li...@gmail.comwrote: On Mon, Apr 6, 2009 at 7:30 PM, ik ido...@gmail.com wrote: No, you can not know by the normal locale. You must check to see what is the type of locale: 1. Hebrew 2. Many forms of Arabic (you have more then 6

[fpc-pascal] Credit Card validation unit

2009-04-13 Thread ik
Hello, I have created a credit card validation unit written in Pascal. At the moment you can find it (only) in the following address: http://github.com/ik5/credit-card-library/tree/ I hope that later this week I'll create an archive with a first beta release. Please also read the wiki:

Re: [fpc-pascal] Credit Card validation unit

2009-04-13 Thread ik
://ik.homelinux.org/ On Mon, Apr 13, 2009 at 4:40 PM, Lee Jenkins l...@datatrakpos.com wrote: ik wrote: Hello, I have created a credit card validation unit written in Pascal. At the moment you can find it (only) in the following address: http://github.com/ik5/credit-card-library/tree/ I

Re: [fpc-pascal] DBus interface needs an update

2009-05-18 Thread ik
Since you are all into it already, you are welcome to give patches to solve the problems :) Ido On Mon, May 18, 2009 at 2:38 PM, Matthias Klumpp matth...@nlinux.orgwrote: Hello! I've spent hours to get the Pascal DBus interface working for me, but even the example code does not work. The

<    1   2   3   4   5