2013/11/7 silvioprog
> 2013/11/7 silvioprog
>
>> Hello,
>>
>> I'm trying to use a HTTP server with daemon on Linux, but, it does not
>> works. I did a project that is working perfectly well on Windows, but on
>> Linux, although the service is successfully installed, it does not starts
>> the HTT
2013/11/7 silvioprog
> Hello,
>
> I'm trying to use a HTTP server with daemon on Linux, but, it does not
> works. I did a project that is working perfectly well on Windows, but on
> Linux, although the service is successfully installed, it does not starts
> the HTTP server.
>
> I followed this tu
On Thu, 7 Nov 2013, Dennis Poon wrote:
I have a unit which I will incrementally add new subclasses of TCommand.
At run time, I want to get a list of subclasses of TCommand so that I can
compare the where the user's required input (from
network) matches the name of any TCommand.
Currently, I
I have a unit which I will incrementally add new subclasses of TCommand.
At run time, I want to get a list of subclasses of TCommand so that I
can compare the where the user's required input (from network) matches
the name of any TCommand.
Currently, I have to register each subclass in the in