kellyethridge / SimplyVBUnit

The SimplyVBUnit framework provides powerful unit-testing capabilities for VB6.
MIT License
41 stars 14 forks source link

Upgraded reference in sample projects from version 4 to 5 #15

Closed rpgrca closed 4 years ago

rpgrca commented 4 years ago

As mentioned in issue #13 the samples have references to version 4. When installing version 5 directly (without version 4) Visual Basic upgrades the OCX from version 4 to version 5 but cannot upgrade the tlb reference, thus the project can't run.

rpgrca commented 4 years ago

Actually, this doesn't solve issue #13. Doing another pull request to fix that one.

kellyethridge commented 4 years ago

Thank you for you help!