Joost van der Sluis wrote:
Hello
We have placed the first release candidate of the Free Pascal Compiler
version 3.0.0 on our ftp servers.
You can help improve the upcoming 3.0.0 release by downloading and
testing this release. If you want you can report what you have done here:
http://wiki.free
Hello,
I strongly discourage the use of {$optimization deadstore} which induced strong numerical errors on our
solar system calculations (i386 linux). The other new ones
{$optimization deadvalues}
{$optimization orderfields}
{$optimization fastmath}
{$optimization constprop}
seem to
> I Could not find how to enable server-side support for https on
fphttpserver/ fpcustomhttpserver,
> There“s no OnGetSocketHandler event on it.
>
> How do i enable https support on fpHttpServer.
You can't yet, the support is still in fphttpclient only for now.
--
View this message in contex
On Wednesday 26 August 2015 20:14:09 Mark Morgan Lloyd wrote:
>
> Is there a native ARM version compatible with the Raspberry Pi?
Here:
http://sourceforge.net/projects/mseide-msegui/files/fpcarm/
Please run eabihf/lib/fpc/3.0.1/samplecfg in order to create a default
configuration file.
Cross de
Hi to all.
Michael Van Canneyt wrote
> I have tested on windows and unix, the support for client-side SSL support
> works.
> Server-side support (as could be done in the embedded httpserver) is not
> yet tested.
I Could not find how to enable server-side support for https on
fphttpserver/ fpcus