The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Using Visual Basic Dll in Java

Posted by Matt Gerrans on November 13, 2001 at 3:56 PM

You can access Java and VB with C/C++, write a simple C/C++ DLL that is a bridge betwixt your Java and VB.

- mfg

> While using C dlls with java, first we create a header file(.) using the class file of java code and include that in c dll. Then load the dll in Java using loadLibrary method and call the native method.
> But when using visual basic how can we include the header file in the dll.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us