Re: [fpc-pascal] Incompatible procedure types

2023-11-08 Thread Sven Barth via fpc-pascal
Hairy Pixels schrieb am Do., 9. Nov. 2023, 01:37: > > > > On Nov 8, 2023, at 1:50 PM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > Please provide example code so that one can look at it. Such messages > without example are more often than not simply useless. > > >

Re: [fpc-pascal] Incompatible procedure types

2023-11-08 Thread Hairy Pixels via fpc-pascal
> On Nov 8, 2023, at 1:50 PM, Sven Barth via fpc-pascal > wrote: > > Please provide example code so that one can look at it. Such messages without > example are more often than not simply useless. > So this ended up being because I didn't enable the "nestedprocvars" mode switch and you ge

[fpc-pascal] fcl-web websocket

2023-11-08 Thread k1 via fpc-pascal
Hi guys, do somone know how to enable ssl with the websocket semod fcl-web/examples/websocket/server/wsserver fcl-web/examples/websocket/client/wsclient the client working fine with a node websocket server, with just one command more FClient.UseSSL := True; and uses opensslsockets but the s