Re: [fpc-pascal] [Lazarus] Lazarus server under DDOS

2024-10-03 Thread Denis Kozlov via fpc-pascal
Cloudflare offers DDOS protection even on the Free plan: https://www.cloudflare.com/plans/ https://www.cloudflare.com/ddos/ It is easy to set up and works really well. Denis On 01/10/2024 10:00, Marc Weustink via lazarus wrote: Hi, The Lazarus server is currently under heavy DDOS. This affe

[fpc-pascal] How do I pass a call back Class and its method to an external library *.so file writting in C++

2024-10-03 Thread Dennis via fpc-pascal
Dear All, I am given an API linux library *.so file written in C++. It was expected to be consume by a program written in C++. However, I would like to write such a program in Free Pascal. The given header file is: #ifndef ApiProxyWrapperReplyH #define ApiProxyWrapperReplyH //---