[fpc-pascal] NX library

2005-11-03 Thread Marcel Martin
Hello, For those who never heard of it, i.e., almost everybody :-) I am writing a big number library for FPC 2.x called NX. It is a freeware and its source is available. Currently, NX contains only big integers and big polynomials over GF(2) but, if all goes well, the units nxfloats and nxcomplex

[fpc-pascal] Correct term? initialized record

2005-11-03 Thread L505
What exactly do you call this type of record, where you pre-initialize the record's values: type TTestRecord = record number1: integer; number2: integer; text1: string; text2: string; proc1: procedure; end; procedure procedure1; begin writeln('And this is procedure1');

[fpc-pascal] FPC & Netware

2005-11-03 Thread Luc Van de Velde
Hi all,   I’m interested in using free pascal to write my own utilities for Novell Netware.I want to do this on a win32 platform.I installed the Windows version of FPC and downloaded the units and bin utils for Netware, but I can’t get it to work. Always a problem like nlm-conv is missing et

[fpc-pascal] Absolute ($FFFFF034)

2005-11-03 Thread Carsten Bager
Hi W are using the compiler on an embedded Arm7 platform (no operating system). Now we have run into this problem. We want to define an absolute address, to a specific register. It seems that, if the absolut address exceeding $F000 then we get the error. OK Compiling goes OK. **