Hi,
Confused where to post this since it has to do with both C++ and VB.
Using C++, I've made a DLL library (ATL Component) which contains a strucutre. I want to expose the structure definition to the VB application as a data type so it can create a variable with this data type, manipulate it, and pass it by reference to functions in the DLL. Question is: How is that possible?
Thanks in advance!
