Hi,

I tried to use so many times lazdaemon for my daemon application. I don't
understand. Why 'OnStart' event is not working?

I just want to see how is working. I'm looking to 'Cleandirs' code and
comparing with my simple application events. Everythings looking same.

Did you used before lazdaemon? Anybody?



Thanks


procedure TDaemon1.DataModuleStart(Sender: TCustomDaemon; var OK: Boolean);
var
  F : text;
begin
  AssignFile (F, 'Test.txt');
  rewrite (F);
  writeln (F, 'This doesnt go to standard output !');
  closeFile (F);
end;





-- 
Best Regards
M.Ali VARDAR
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to