Re: [fpc-devel] FPC 3.0.4 lacks debugging support

2018-03-03 Thread Tomas Hajny
On Sat, March 3, 2018 11:33, Enrico Ceppi wrote: > Thanks for the reply. You're welcome. > In FPC 3.0.4 (linux_64, downloaded from the site): > - [options]> [debugger]> [generate_debug_symbol_information] > - [compile]> [compile] > - [debug]> [add_watch]> "no_debugger_support_available" > At thi

Re: [fpc-devel] Improvments to HTML Web Module

2018-03-03 Thread Michael Van Canneyt
On Sat, 3 Mar 2018, African Wild Dog wrote: 2018-03-03 6:31 GMT-03:00 Michael Van Canneyt : I suppose you mean TCustomHTMLModule ? Exactly. Sorry for my typo. I mean TCustomHTMLModule. I have fixed 1 by descending TCustomHTMLModule from TSessionHTTPModule. It originally had support f

[fpc-devel] LNet svn commit 2781 not compatible with FPC 3.0.4

2018-03-03 Thread Sandro Cumerlato
Hello, I just want to inform you that in latest LNet commit 2781, changes applied to /lnet/trunk/lib/lnetssl.pp are not compatile with FPC 3.0.4: SslTLSMethod is not defined. https://svn.freepascal.org/cgi-bin/viewvc.cgi/lnet/trunk/lib/lnetssl.pp?root=fpcprojects&r1=2781&r2=2780&pathrev=2781 Best

Re: [fpc-devel] Improvments to HTML Web Module

2018-03-03 Thread African Wild Dog
2018-03-03 6:31 GMT-03:00 Michael Van Canneyt : > > I suppose you mean TCustomHTMLModule ? > > Exactly. Sorry for my typo. I mean TCustomHTMLModule. > > I have fixed 1 by descending TCustomHTMLModule from TSessionHTTPModule. It > originally had support for sessions. That it lost this support was

Re: [fpc-devel] Improvments to HTML Web Module

2018-03-03 Thread Michael Van Canneyt
On Fri, 2 Mar 2018, African Wild Dog wrote: I would like to propose (and develop, if authorized) the following improvements to the web module specialized in generating HTML content (TCustomHTTPModule): I suppose you mean TCustomHTMLModule ? Because TCustomHTTPModule is a base class. It sho