VBCorLib for VB6

Wednesday, June 11, 2008

Version 2.3 Released

Long time no posty! I finally got around to dealing with the DEP problem that VBCorLib would raise on certain systems. I can only hope it is fixed for all systems! I also did some minor updating.

Someday I'll get time to just dig into the thing again. I'm aching to write and rewrite some better tutorials. I'm not satisfied with the few that exist and some of those are out of date. So we'll see how things go.

Anyhow, you can grab the newest version from Source Forge.

-Kelly

4 Comments:

  • I think there is not enought publicity about this library. i think you have created a great useful tool that did not existed unless you are able to call the mscorelib by tlb.

    I was wondering if you can use the memory stream just like in .net where u can load data from a database to the memory stream and then to an ado componet to then a picturebox or similar control.


    http://support.microsoft.com/kb/317701

    i.e

    MemoryStream stmBLOBData = new MemoryStream(byteBLOBData);
    pictureBox1.Image= Image.FromStream(stmBLOBData);

    By Blogger Unknown, at 12/25/2008 1:01 PM  

  • Any NEW updates on VBCoreLib?

    By Anonymous Anonymous, at 7/31/2009 12:27 AM  

  • Can't VBCoreLib be translated to Delphi by using some sort of converter that will translate the class code to Delphi classes?

    By Blogger Yogi Yang, at 7/31/2009 12:29 AM  

  • For example there is a commericla utility called Convert VB to which seems to support many languages. but it only converts VB Modules and Classes. It is not able to convert Forms properly.

    By Blogger Yogi Yang, at 7/31/2009 12:30 AM  

Post a Comment

<< Home