> I have a small project and wanted to know what suggestions you all will
> have. This is what the system must do.
>
> Runs in Linux
> Run as a daemon (not a problem)
> Be able to pass some parameters while the program is running and obtain the
> results back to a shell script of a perl program.
>
Hello all,
I have a small project and wanted to know what suggestions you all will
have. This is what the system must do.
Runs in Linux
Run as a daemon (not a problem)
Be able to pass some parameters while the program is running and obtain the
results back to a shell script of a perl program.
Th
Hi,
I think there is a bug in the CReAllocMem function in cmem.
Index: rtl/inc/cmem.pp
===
RCS file: /FPC/CVS/fpc/rtl/inc/cmem.pp,v
retrieving revision 1.4
diff -r1.4 cmem.pp
91,92c91,92
< dec(size,sizeof(ptrint));
<