We have a client who wants to convert a bunch of VB6 projects into their own VC ++ code. I would like to know if there are any tools for such a conversion.
We tried http://vbto.net/ , which converts, but generates tons of compilation errors. The tool creates all cpp projects as "exe", while many of the original VB6 projects are "activex dll".
How does the VB6 project map to the VC ++ project? For example, does "activex dll" display a vC ++ ATL project? What should we pay attention to? If you can share your experience, we will be very grateful.
(yes, our first answer was to offer a conversion to VB.NET/C#, but the program should run on computers on which the .NET framework will not be installed, and also calls methods in kernel32.dll)
source
share