VBCorLib for VB6

Sunday, October 11, 2020

VBCorLib 3.1 Released!

I'm happy to announce that a new version of VBCorLib has been released!

This release is binary compatible with Version 3.0, so all the benefits without needing to re-compile.

This version focused mainly on bug fixes and performance improvements. The performance improvements were primarily in the Encoding classes. Also, the removal of all GoSub usage improved performance especially in tight loops.

You access the documentation by either browsing or downloading it.

6 Comments:

  • How to properly add VBCorlib in VB6 Project?

    By Anonymous Anonymous, at 11/06/2020 12:58 AM  

  • How to properly use Vbcorlib libraries?

    By Anonymous Anonymous, at 11/08/2020 7:04 PM  

  • You can download and install from GitHub. You will have the option to install the examples as well. These can be a way to learn how to use VBCorLib. Or in your own VB6 projects you can add a reference to VB.EXT CorLib 3.1. There is online documentation that you can explore as well.

    By Blogger Kelly Ethridge, at 11/09/2020 5:39 PM  

  • Upon loading the VB.EXT CorLib 3.1 and executing the code. I encountered this error
    "LoadLibrary VbCorLib3.dll failed. The specified procedure could not be found" Please advise. Thank you.

    Can I get the correct DLL?

    By Anonymous Anonymous, at 11/09/2020 10:39 PM  

  • Is VBCorLib working on Windows XP?

    By Anonymous Anonymous, at 11/09/2020 10:51 PM  

  • I wouldn't doubt that it is not compatible with Windows XP. I've used api's that probably aren't supported on XP. So if you're failing to get it to work on XP, VBCorLib may not be an option.

    By Blogger Kelly Ethridge, at 11/09/2020 11:24 PM  

Post a Comment

<< Home