Home Events Log Road Map Downloads
I am building a 64 bit compiler for vb6. I want to have it working by the year 2025.
My goal is to have it be able to compile vb6 projects to 64 bit binaries without any source code modifications or conversions. The IDE will not look the same as the original but it will be similar. It will have simulation capabilities to aid in development.

DateDescription
February 8th, 2017Assembly converter can do expressions, loops, if statements and functions properly.
December 19th, 2017First 32 bit exe written and loaded and ran.
January 16th, 2018Got a sample debugger program to attach to an exe and run and stop on a break point.
March 1st, 2018Started a new MDI project and called it 'DotBasic'.
Dec 5th, 2018Assembly Based Simulator - Single stepped through "HelloWorld" console program
February 3rd, 2019DLL Compiling
January 1st, 2019Upgraded the Assembler Abstration
February 13th, 2020Created a Window
June 12th, 2020Editor is working much better; hundreds of buggy things fixed
November 18th, 202164 Bit EXE runs a function from a 64 bit DLL
May 3rd, 2022Modules can act like objects
December 20th, 2022Modules can have instance data and become objects with events.
January 19th, 2023Interfaces
January 29th, 202364 bit Window.asm program pops a window up
February 7th, 2023Option to have an object preinitialized at compile time
March 14th, 2023Heap Memory Management System
April 4th, 2023Upgraded the Assembler Abstration
April 16th, 2023Ability to create a standalone exe.