![]() |
Sponsored Link •
|
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:
> is it any different from calling dll's written in c??? No it isn't any different. A dll is a dll regardless of what language was used to produce it. Of course, what you pass to a given function in the dll may differ depending upon what sort of data that function was expecting (which could vary based on the data types of the language). Generally, however, dlls created with VB are intended to be compatible with C/C++ programs that might want to call them, so you should probably be able to treat if as it were a C dll. - Matt Replies:
|
Sponsored Links
|