Hi, > If you are only wrapping 8 bytes of data, have you considering using > structs, and declaring those variables on the method entry point? > That > would allocate those objects on the stack. Unfortunately they are using inheritance. I'd love to be able to have them in structs otherwise. Joachim Ante