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
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');
Hi all,
Im 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 cant get it to work. Always a problem like nlm-conv is missing
et
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.
**