[DGD]forced compile of auto object?

Kevin N. Carpenter kevinc at monrou.com
Thu Mar 23 03:10:42 CET 2000


In the driver "initialize" routine I now force a compile of the auto object
and, for different reasons, the user object.  This way my compile_object
routine catches everything.  Tracking now works...

Thanks.

Kevin C.

-----Original Message-----
From: dgd-admin at list.imaginary.com
[mailto:dgd-admin at list.imaginary.com]On Behalf Of Par Winzell
Sent: Wednesday, March 22, 2000 7:36 PM
To: dgd at list.imaginary.com
Subject: RE: [DGD]forced compile of auto object?


 > Actually, my object database IS in the driver object for just this
reason.
 > I couldn't see any other way to capture those first references otherwise,
 > and I hate having to hard code exception list <grin>.

Ahh. OK, that makes sense. I still don't quite see how you would recompile
the auto object. Either the driver object explicitly inherits auto, in which
case you'd have to destruct it and recompile the driver object (a bit
scary),
or it does not, in which case you don't need to recompile it -- you can init
the object tracking mechanism before the first external object is loaded.

Par

List config page:  http://list.imaginary.com/mailman/listinfo/dgd


List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list