Search code examples
c++qtvb6

Convert a Visual Basic 6 Project to Qt/C++


I´m trying to convert an old VB6 project to Qt/C++. Anyone knows a throughout way to do that?

Thanks


Solution

  • Its all very nice for others to tell you to rewrite your application from scratch. They don't have to do the work.

    It is possible to translate automatically from one language to another, in spite of serious differences in "style". You might not get the nicest program in the world, but then, with all these great coders that were around when it was built, you already don't have the nicest application in the world. And if you follow the advice of those that say, "rebuild it from scratch", unless it is tiny, you likely won't have any program at all.

    See my SO answer on how to translate programming languages for an alternative. Also not easy or cheap, but practical.