Release Notes: This release adds support for VB classes and handles VB arrays better. Information gathered from include files is now made available to the main parser. The case statement of VB would accept only int or string constants. Now, any expression which resolves to a value of the above types is accepted. In the one-line syntax of the if statement of VB, only expressions were allowed. Now, it accepts other statements as well.


Release Notes: This version fixes a problem with the Call statement in VB, and translates the Dim statement using the array_fill function. It adds the translation of the Redim statement, and supports the ADODB.Command ActiveX.


Release Notes: This release adds support for VB classes and handles VB arrays better. Information gathered from include files is now made available to the main parser. The case statement of VB would accept only int or string constants. Now, any expression which resolves to a value of the above types is accepted. In the one-line syntax of the if statement of VB, only expressions were allowed. Now, it accepts other statements as well.


No changes have been submitted for this release.