Tagged Questions

2
votes
1answer
64 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 ...
1
vote
0answers
64 views

Autoscroll on TRichView (lazarus)

Some hint to to make works a autoscroll in TRichView? I've try to use this: my_richview.Perform(EM_LINESCROLL, 0, my_richview.Lines.Count - 1); It doesn't work: unitmessage.pas(101,45) Error: ...
0
votes
1answer
678 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 ...