Hi, I've got some old C++ code I'm having trouble converting to VB.NET. So instead, I'm trying to add a C++ project to my solution, write it into a C++ class, and then (hopefully) access that C++ class from my VB.NET class.
So I added a C++ DLL project to my solution, added a new class, and I'm not sure how to access these classes from my VB.NET classes. I added the reference to the other project, and nothing new pops up in intellisense as far as new types or namespaces available.
Is this possible? If so, does anyone have some quick-start steps?
If not, what forms of communication are possible between C++ DLL and a VB.NET project in the same solution?
Thanks in advance!
Start Free Trial