Hi, I need to call a VB dll from a java program. How can I do it? I have used JNI for calling a c program (dll), But I am not sure how do the same with a vb dll.This VB dll is required as wrapper class to call another third party dll which is in VC. Please help Thanks in advance, Sathya
------------------
Swamy Sivasubramaniyan
Greenhorn
Joined: Aug 07, 2001
Posts: 3
posted
0
I have used VC++ wrapper around third party DLL and used JNI from my java application. I can give you more details if you need. Swamy
sathyanarayana gn
Greenhorn
Joined: Aug 09, 2001
Posts: 2
posted
0
Hi Swamynathan, I have used VC++ wrapper dll to call the methods of third party dll. But It is giving VC++ error at the point method calling in wrapper dll. Hence I thought of using a VB wrapper dll . Please help by sending the steps to the same. Regards Sathya