I have a C++ managed code project (though there is no managed code in it, currectly it'
s only unmanaged) and I've successfully made it into a DLL.

Now I put the DLL into a VB solution and referenced VB to that DLL

Now I can't figure out how to access the functions from within VB.

When I made a VB DLL, I had to declare the funcions as shared but that doesn't seem to work with C++ so I'm not sure *** I'm doing worng.

Help?