Visual Studio C++ >> How to export a class from a C++ dll to a VB Application
hi all,
I have written a C++ dll which has a class.
I need to export this class so that it can be used by my Vb
Application.
Can anyone please provide me with some info on this.
A small piece of sample code will be very helpful.