Re: [fpc-pascal] I am offering a $100 reward for linking static libraries

2022-08-24 Thread Anthony Walter via fpc-pascal
I thought I should post an update. I've written a utility to extract mingw64 static library exports into a searchable database. This allows me to search for possible missing functions (see the screenshot below) https://cache.getlazarus.org/images/desktop/raylib-static.png Again though I have

Re: [fpc-pascal] TFPHTTPServer and HTTPS

2022-08-24 Thread Michael Van Canneyt via fpc-pascal
On Wed, 24 Aug 2022, Alexey Torgashin via fpc-pascal wrote: You need to set your certificate details as well: fServer.UseSSL := fUseSSL; I just saved this info to wiki: https://wiki.freepascal.org/fphttpserver#Support_for_HTTPS Thank you. I added some more detail. Michael.