VB and C++ Interfacing

Jan 3, 2013 at 1:19am
I have been programming in c++ exclusively at my university. This upcoming semester I am learning Visual Basic. Right now I am looking for a way to use my c++ code in Visual Basic, I have read that it is possible by making a shared library. But my question is should I even bother trying to use c++ with Visual Basic or just remake the code I have in c++?
Jan 3, 2013 at 1:53am
The OOP way of achieving it would be to create COM DLL's. I must warn you, though: COM is not the easiest topic out there.
Topic archived. No new replies allowed.