Light Blogging
Not updated for a while, I have huge project to complete.
As part of this project I am creating a COM object in VB 6.0 (see the memory leak post). I have spent that much time in .NET that i decided to bring across some of the things I love about .NET, Unit Testing and documentation from code to name just a few.
To help trace logic and code flow I have created another COM object which shadows my orginal COM object and traces each call. The end result is a XML file that with help of a simple XSLT transformation I can then see in HTML. As I run unit tests I can then see for a given result what my COM object has done and how data has been exchanged and changed. Already thought of a way of doing this in .NET using reflection ;-)
5:49:57 PM
|