Any ideas on how to call a public method from a Visual Basic ActiveX DLL/EXE in Java?
I've looked all over the place, and the only thing that's close (so far - besides buying a 3rd party product at $1000's ) is to wrapper the VB DLL with a C++ one ... but I'm also having problems getting C++ to successfully call the method (I can get a pointer to the interface, but get "unresolved external symbol" errors when I try to call the method).
If you could supply sample code, it would be most appreciated.
Thanks Heaps!!
I've looked all over the place, and the only thing that's close (so far - besides buying a 3rd party product at $1000's ) is to wrapper the VB DLL with a C++ one ... but I'm also having problems getting C++ to successfully call the method (I can get a pointer to the interface, but get "unresolved external symbol" errors when I try to call the method).
If you could supply sample code, it would be most appreciated.
Thanks Heaps!!