VBCorLib for VB6

Saturday, June 15, 2019

Version 5.0.2 Released

Going through the trials and tribulations of objects supporting enumeration as proven to be an adventure. I improved the detection more by casting to IUnknown before attempting to find the enumeration method. This is better than the fallback hack methods I was using. So with a minor update to SimplyVBUnit version 5.0.2 the detection of enumerable objects should be improved yet again. Can't wait for the next adventure.

Monday, June 10, 2019

SimplyVBUnit 5.0.1 Released

This is a minor release with a couple of bug fixes that became apparent when running my VBCorLib tests against a compiled VBCorLib library. In addition to the bug fixes, I also added an Errors panel in the SimplyVBUnit UI status-bar for additional feedback.