• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Tim Cooke
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Piet Souris
Bartenders:

calling a VB dll from java program

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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

------------------
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic