Re: [fpc-pascal] Interface syntax: Is possible don't use specialize in mode objfpc?

2015-07-31 Thread Michael Van Canneyt
On Fri, 31 Jul 2015, Maciej Izak wrote: 2015-07-31 8:37 GMT+02:00 Michael Van Canneyt : Attributes: http://svn.freepascal.org/svn/fpc/branches/joost/classattributes/ Looks like "dead branch"... No, it is not. It looks dead because the support is long finished, but it has not been inte

[fpc-pascal] Interactive command recognition & mapping to program functions & other 'cli' features as a unit

2015-07-31 Thread Lukasz Sokol
Hi, I tried piecing something like in $topic together, intended as an 'interactive' command interpreter for my program. (which will in time grow an 'embedded' web server and intended to run as a (windows) service, but it's too early for that at the moment) (I hooked some events of a TMemo to my

Re: [fpc-pascal] Interactive command recognition & mapping to program functions & other 'cli' features as a unit

2015-07-31 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: Hi, I tried piecing something like in $topic together, intended as an 'interactive' command interpreter for my program. (which will in time grow an 'embedded' web server and intended to run as a (windows) service, but it's too early for that at the moment) (I hooked some e

Re: [fpc-pascal] Interactive command recognition & mapping to program functions & other 'cli' features as a unit

2015-07-31 Thread Lukasz Sokol
On 31/07/15 14:46, Mark Morgan Lloyd wrote: > Lukasz Sokol wrote: >> Hi, >> >> I tried piecing something like in $topic together, >> >> intended as an 'interactive' command interpreter for my program. >> (which will in time grow an 'embedded' web server and intended to >> run as a (windows) serv

Re: [fpc-pascal] Interactive command recognition & mapping to program functions & other 'cli' features as a unit

2015-07-31 Thread Mark Morgan Lloyd
Lukasz Sokol wrote: On 31/07/15 14:46, Mark Morgan Lloyd wrote: Lukasz Sokol wrote: Hi, I tried piecing something like in $topic together, intended as an 'interactive' command interpreter for my program. (which will in time grow an 'embedded' web server and intended to run as a (windows) se