[DGD] Two things
Felix A. Croes
felix at dworkin.nl
Tue Sep 8 20:14:29 CEST 1998
Ling <K.L.Lo-94 at student.lboro.ac.uk> wrote:
>[...]
> Second thing, I have a universal time daemon which is kinda like cron. It
> tells the log daemon to back up logs, everyone what time it is, etc. using
> call_outs(). The problem is when I compile_object() it, the object loses
> its call_outs and have to be kick-started again. Is there a way to work
> round this? Or do I need to have auto obj define a compile_object() func?
Just recompile it without first destructing it, and the call_outs won't
be lost.
> Third thing, example of 'unexpected float to int conversion' bug:
>
> (int)3600.0 gives me 128.
I failed to reproduce this on both big-endian and little-endian hosts.
What DGD version, OS, and OS version?
Dworkin
More information about the DGD
mailing list