Visual Basic Project Converter description
This program helps you migrate Visual Basic 4.x to 6.x projects toREALbasic
This program helps you migrate Visual Basic 4.x to 6.x projects toREALbasic. It can be used to convert individual project files or an entire project. VB Project Converter will parse your source code and make supported conversions and inform you of incompatible code.
VP Project Converter supports classes, modules, forms, form resource files(*.frx) and project files. It provides support for Visual Basic-typestructures, classes, file I/O, controls, enumerations and basic support forDatabases.
Third party Active-X controls are not supported. These and any othercontrols without a native REALbasic replacement will be mapped to a canvascontrol.
To convert a VB project just drag & drop the project file (*vbp) into theVBPC window. VBPC will automatically add all the files that belong to thatproject. You can deselect any file if you do not want to include that filein the REALbasic project.
All project files must be in the same location as the project file. Form resource files (*.frx) must be in the same location as its form. You do nothave to add (*.frx) form resource files, these will be read when needed.