calling a VB6 .DLL from java

  • Follow


Hello!

Well, as the subject says, I have this VB6 DLL that I need to use from
java, hopefully without having to do any recompiling.  I've been
looking into JNI, but I can't quite figure out if this will be
supported.  The .VBP file for the DLL says "Type=OleDll" so I guess
that it's an OLE DLL, but I don't know much about OLE.  The program I
need to call contains classes I need to implement and such.

Any suggestions, fingers pointing in the right direction would be
thoroughly appreciated!

Thank you!
Joshua

0
Reply chambers.joshua (6) 5/4/2007 2:55:05 AM

On May 4, 4:55 am, joshua <chambers.jos...@gmail.com> wrote:
> Well, as the subject says, I have this VB6 DLL that I need to use from
> java,

Use a COM-Java bridge. GIYF.

0
Reply a24900 5/4/2007 8:02:39 AM


1 Replies
474 Views

(page loaded in 0.06 seconds)

Similiar Articles:













7/22/2012 8:19:11 AM


Reply: