I have classes in a c++ library I made and want to pass to VB.
Don't know how to compile c++ classes in DLL(with .def) in a way that
VB understands. Don't know VB calling API convention for c++ classes.
Can I include the C++.lib in VB?
Idea's?