I asked the same question on deja and got the reply that VB only generates activex type dll's and they do not explicitly export the methods in the class, which is a real downer

Now Im looking for a way of exporting the "addressof" the method and using a callback from C++ which I cant get working, or alternatively of doing a create object in C++ and accessing the methods that way.

Again a good example of either would make my day!!