Re: [fpc-pascal] Re: FPC 2.2.1 on Mac OS X

2008-06-04 Thread Damien Gerard
Le Jun 4, 2008 à 8:51 AM, Karl-Michael Schindler a écrit : Hi I only noticed now the discussion on the mailing list about fpc 2.2.1 and lazarus on Mac OS X. As the maintainer of the .info files of fpc and lazarus I should probably lay out my ideas about the future. The next step is fpc

Re: [fpc-pascal] Built in Query language (or abuse)

2008-06-04 Thread Adrian Veith
L schrieb: A creative idea: --Another idea-- Remember the "file of Record" innovation in pascal? Table of Record... A "file of record" allows one to remain strongly typed. What about a "DatabaseTable of Record". var // F: File Of DataRec; DB: Table of DataRec; // aka a RelVar We do som

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-04 Thread Luca Olivetti
En/na Henry Vermaak ha escrit: what output does: qemu-arm -strace hello h, my qemu-arm doesn't have a -strace option: $ devkits/cputransp/bin/qemu-arm-cvs -strace users/luca/home/luca/fpc-svn/hello qemu-arm version 0.9.0, Copyright (c) 2003-2007 Fabrice Bellard usage: qemu-arm [-h] [-g

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-04 Thread Henry Vermaak
2008/6/4 Luca Olivetti <[EMAIL PROTECTED]>: > Could you send me your compiled hello program? > sent in private. henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-04 Thread Henry Vermaak
for info: the problem here is that the arm eabi compiler (and/or rtl) must be built with -O- to work. henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Widestring string functions

2008-06-04 Thread Felipe Monteiro de Carvalho
Hello, While working with the WinCE interface I note a lack of immediate substitutes for many PChar rountines. Are them, maybe, somewhere I couldn't find? Or else, maybe we could have a new unit, or add new functions to the strings unit for widestrings? I have noted this several times, the last

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-04 Thread Florian Klaempfl
I've fixed some stuff, so it should work with -O2 as well. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-04 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: runs but it doesn't print anything, neither under scratchbox nor on the tablet. Thanks to Henry Vermaak I rebuilt the cross compiler with -O- and now it prints "hello" :-) I'm trying to cross-compile the gtk2 example but it seems the compiler is ignoring -X

[fpc-pascal] x86_64 assembler

2008-06-04 Thread mm
Hello, How can one declare a constant of type qword with the INTEL assembler? I am using FPC 2.2.0 and the mnemonic "dq" stops the compilation with the message "Error: Unrecognized opcode DQ". Thanks, mm http://www.ellipsa.net/ ___ fpc-pascal mai

[fpc-pascal] steering fpcmake for multiple platforms

2008-06-04 Thread Marc Santhoff
Hi, I'm in the process of making a package for fpc platform aware. It is developed and working on FreeBSD and I want to make it usable on Windows, too. My problems are: 1. How can/should the target path of the target "zipsourceinstall" be set, so that it will work on both platforms? Currently it

Re: [fpc-pascal] steering fpcmake for multiple platforms

2008-06-04 Thread Marc Santhoff
Am Mittwoch, den 04.06.2008, 23:38 +0200 schrieb Marc Santhoff: > Hi, > > I'm in the process of making a package for fpc platform aware. It is > developed and working on FreeBSD and I want to make it usable on > Windows, too. > > My problems are: > > 1. How can/should the target path of the targ

Re: [fpc-pascal] Re: FPC 2.2.1 on Mac OS X

2008-06-04 Thread Karl-Michael Schindler
Hallo Am 4. Jun 2008 um 09:56 schrieb Damien Gerard: Le Jun 4, 2008 à 8:51 AM, Karl-Michael Schindler a écrit : I only noticed now the discussion on the mailing list about fpc 2.2.1 and lazarus on Mac OS X. As the maintainer of the .info files of fpc and lazarus I should probably lay out m