On Tue, 2008-08-05 at 14:13 +1000, James A. Donald wrote: > I am kind of worried by the references to "managed > code"... So far as I know, managed code refers to code that is (a) type safe (and therefore memory safe) (b) runs in a garbage-collected environment. I am not aware that any guarantee stronger than these exists. Have I missed something?