Tagged Questions
2
votes
1answer
60 views
Where or How, can I hook my code to the Unix signals(SIGHUP mainly) on a TDaemonApplication?
After hitting the snag on the Apache module I've turned to a Daemon Application(TCustomDaemonApplication) that is also needed for my project.
Once I realized that there were no obvious way to hook to ...
0
votes
1answer
669 views
Linux linker flag -lXi not finding lib when compiling Lazarus code
After I solved my first problem I got into another one.
Looks like I'm missing some kind of library, making the linker complain that the -lXi is not working.
I've included most of the Xorg devel ...