Ok I've got a dll made in vb, works fine, (V6.0 SP3)

However when I try and call it from c++ it no work!!!

you referance it in c++ (v6) it see's it and you can see all public function within it and properties too, but when you call them they don't actually work, I tried just a simple msgbox "Hello World" and that does'nt even come up so it seems not to be entering the code any idea out there??

cheers jonathan