I have a hardware controller that I purchased from a vendor that provided a SDK in VB6. The primary reason I chose their controller was the class and SDK that I could get started with immediately.
In the meantime, the vendor decided that dot net VS6 was best developed and supported in C++, so after delivery of the hardware, they provided the SDK with their new software. They provided everything and didn't hold back any of the source code etc. I understand their reasoning but I do not want to learn a new application and want to stick to something I have used many times.
Question: Is it possible to convert their class to VB6? Or, is this even a good idea? It is just that I am much more productive quickly in VB than in C++.
Thanks