[fpc-pascal] Re: Dynamic array as result of class method?

2010-11-07 Thread Bo Berglund
defined type: type tbytearray = array of byte; Thanks, works fine! -- Bo Berglund Developer in Sweden ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Endian issues when porting FPC programs from x86 to other platforms

2010-11-05 Thread Bo Berglund
(longint(AValue))); end; I.e. I use typecasting to get the compiler to treat the same 4 bytes in different ways inside the expression Is this legal in FPC? (I can't test now because I am at work with no FPC system installed) -- Bo Berglund Developer in Sweden

[fpc-pascal] Endian issues when porting FPC programs from x86 to other platforms

2010-11-02 Thread Bo Berglund
these targets: - Windows and Linux on x86 CPU:s - Embedded Linux on ARM CPU:s Bo Berglund ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Endian issues when porting FPC programs from x86 to other platforms

2010-11-02 Thread Bo Berglund
On Tue, 02 Nov 2010 09:09:05 +0100, Bo Berglund bo.bergl...@gmail.com wrote: OK, I see that there are functions to convert a known BE or LE integer value to the *native* order. This would in principle work across all platforms where FPC is implemented so that is good news! However now I have

[fpc-pascal] Re: Endian issues when porting FPC programs from x86 to other platforms

2010-11-02 Thread Bo Berglund
) Thanks, that helps a lot! Are there also overloaded BEtoN functions for floating point values? Like so: function BEtoN(const AValue: Single):Single; function BEtoN(const AValue: Double):Double; -- Bo Berglund Developer in Sweden ___ fpc-pascal

[fpc-pascal] Re: Endian issues when porting FPC programs from x86 to other platforms

2010-11-02 Thread Bo Berglund
On Tue, 02 Nov 2010 22:53:21 +0100, Vinzent Höfler jellyfish.softw...@gmx.net wrote: On Tue, 02 Nov 2010 21:39:31 +0100, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: On Tue, Nov 2, 2010 at 7:04 PM, Bo Berglund bo.bergl...@gmail.com wrote: Thanks, that helps a lot

[fpc-pascal] Re: Reading MDB (MS-Access) data under Linux

2010-11-01 Thread Bo Berglund
access to the database engine. When I make data sources in Windows for these databases I do not use ODBC but a native SQLServer driver, is such available also on Linux? Bo Berglund ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

[fpc-pascal] Re: Posting to the list via GMAIL

2010-10-23 Thread Bo Berglund
anything. I've just received confirmation from the GMANE admin that they've made the gateway read-write now. Really great! Thanks! (this is posted via the Gmane News server) -- Bo Berglund Developer in Sweden ___ fpc-pascal maillist - fpc-pascal

[fpc-pascal] Optimized matrix multiplication functions for pascal?

2010-10-09 Thread Bo Berglund
such functions? I am not a matematician myself so I don't know what these functions really do... -- Bo Berglund ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Optimized matrix multiplication functions for pascal?

2010-10-09 Thread Bo Berglund
such functions? I am not a matematician myself so I don't know what these functions really do... -- Bo Berglund ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: Posting to the list via GMAIL

2010-10-09 Thread Bo Berglund
On 30 Sep 2010, at 20:50, Bo Berglund wrote: I asked that this group also be made working for posting via the news server, but in this case Lars' reply was: This group is also backed by a mailing list and in this case the mail list email address on GMANE seems to be OK. But for some

[fpc-pascal] Posting to the list via GMAIL

2010-09-30 Thread Bo Berglund
it would make for a much better information store to interact with via news rather than email. Best wishes, Bo Berglund ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Is Delphi7 on Windows to FPC on embedded Linux possible?

2010-09-24 Thread Bo Berglund
This may be a stupid question, but I just discovered FPC so please bear with me... I have been writing Delphi programs since 1996 or so (when Delphi 2 was released), so I am rather comfortable with that. Now I need to write for the Linux platform because we are trying to make a Linux front end

<    1   2   3   4   5   6