Conversion Utility from VB 6.0 to C++?
by Jeffrey Richardson · in Technical Issues · 04/22/2008 (3:45 pm) · 1 replies
What is the best recommended (free?) utility to convert VB 6.0 source code to C++?
Alternatively, can Torque 2D Game Builder utilize VB 6.0 source coding?
(I'm a Newbie...sorry for the simple questions)
In general, what is the least painful method of converting VB 6.0 to C++, other than manually?
THANKS!
Alternatively, can Torque 2D Game Builder utilize VB 6.0 source coding?
(I'm a Newbie...sorry for the simple questions)
In general, what is the least painful method of converting VB 6.0 to C++, other than manually?
THANKS!
Associate David Montgomery-Blake
David MontgomeryBlake
You may be able to compile your VB code to a DLL and hook into it using TGB.
But for such antiquated code as VB6, it will be largely a manual process. Even if you find a converter, you will spend a ton of time attempting to get it to work in a similar fashion and most likely end up rewriting major portions of the code regardless.