著者: aitor_czr 日付: To: dng 題目: Re: [DNG] Systemd Shims
Hi Edward,
I've never used Lazarus, origin in the missing Kylix C/C++ for
GNU/Linux, at the same time origin in Borland C/C++and Delphi Pascal for
MS Windows. I usually use QtCreator, and sometimes Anjuta. So, i can't
help you.
Anyway, i think thatfor your purpose the relevance is not in the
frontend, but rather in the backend. This is written in C, and you can
always use a shell script via:
system("here_put_the_shell_script");
Perhaps it will be usefull for you...
Regards,
Aitor.
On 18/08/15 14:00, Edward Bartolo<edbarx@???> wrote:
> If anyone from Devuan knows of a Lazarus function that I can use to
> capture the output of an external program running with root
> privileges, it will be much of an impulse for my coding exercise.