I think there is a Vb to Glade
the aim is to make a vb frm to exe tool
but vb projects that use ActiveX and windows only technology's would require extra software
so i could add multiple ways of creating executables
if a vb project has used only the default vb controls with no active x it could be used to make platform independant code to be compiled on multiple OS
so
method 1 create exe useing MSVBVM50.DLL
method 2 create exe without useing MSVBVM50.DLL
method 3 create source code that can be compiled on non Win/Ros operating system
but only if no windows only technology's are used if they are used it will have to use something like wine to use them
but if id did use wine or something else method 3 would be pointless
so method 3 will only compile if the vb project uses no dlls or ocxs
but this program would be complex so i think havening 2 versions
my project limitations
it can only convert vb projects that have only 1 form but not mdi forms
it will not convert complex vb projects
it is not going to be able to do much in the first few versions
Gui apps only
what i plan to make
it is a wizard that looks like iexpress
it will open vb frm files not vbp because of its limitation
it will get information from the frm files
-Here is the part i don't have yet-
it will use the extracted information to make nasm source code
when i have fixed some major bugs and added some source code creation functionality i will post it on the internet with the source code
But i will note that the point of this is to create a vb5 exe generator
that produces exe files that are simalar to those produced with vb5
the reason for useing MSVBVM50.DLL is because it is bundled with most windows OS although some have only MSVBVM60.DLL
also MSVBVM60.DLL contains most if not all functionality of MSVBVM50.DLL so if i use MSVBVM50.DLL you also have the option of MSVBVM60.DLL
its going to be a while before i have something that works
The targeted os is windows 95,nt4,98/98SE/ME,2000,XP & REACT Os