How to call a dll written in VB in java
hi, this is ravi kirani am involved in a project which requires calling a dll written in vb from java.can any one help me how to do this.thanx in advance.
[182 byte] By [
raviva] at [2007-11-26 13:43:43]

# 1
Hi,If I an right, VB DLL are COM objects, so use JaCOB, Jawin, or J-interop (free COM bridges), you can also see commercial ones. Google is your friend.--Marc ( http://jnative.sf.net)