Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Tomas Hajny
On Fri, December 1, 2017 00:55, kardan wrote: . . > In your case it would be probably enough to > sha256sum $FILES > SHA256SUMS.txt > gpg --sign SHA256SUMS.txt Sorry, but I'm afraid that you miss the point - adding checksums requires additional effort from release builders and they are not

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Mattias Gaertner
On Sat, 2 Dec 2017 21:20:17 +0100 (CET) mar...@stack.nl (Marco van de Voort) wrote: > In our previous episode, Mattias Gaertner said: > > The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb. > > > > Reason is that many html files are empty. For example: rtl.chm > >

[fpc-pascal] FPC 3.0.4 DOS GO32V2

2017-12-02 Thread Lubomír Čabla
Hi, in new version 3.0.4 you have changed the declaration of some procedures and functions in the go32 unit. It does not matter, but I see a little mismatch for linear base address: FPC 3.0.2 function get_segment_base_address(d : word) : longint; function set_segment_base_address(d :

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Marco van de Voort
In our previous episode, Mattias Gaertner said: > The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb. > > Reason is that many html files are empty. For example: rtl.chm > classes/tthread.html > > Should I report a bug? Yes, please do. I won't be able to follow up on short notice

Re: [fpc-pascal] Use OpenDocument (.odt) files as templates

2017-12-02 Thread leledumbo via fpc-pascal
> Does someone knows a component to use OpenDocument (.odt) files as templates to generate a .odt output file given some data? FPVectorial seems to support it: http://wiki.freepascal.org/fpvectorial_-_Text_Document_Support -- Sent from: http://free-pascal-general.1045716.n5.nabble.com/

Re: [fpc-pascal] FPC 3.0.4 released!

2017-12-02 Thread Mattias Gaertner
Hi, The doc-chm.zip has only 7.6mb, while the doc-html.zip has 17.9mb. Reason is that many html files are empty. For example: rtl.chm classes/tthread.html Should I report a bug? Mattias ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

[fpc-pascal] fpWeb Apache Module example

2017-12-02 Thread Fabio Luis Girardi
Hi! Is there some example showing how fpWeb Apache Module works? I'm trying to use it with FPC 3.0.3 and some errors are happening and I don't know what I'm doing wrong. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada