Hi,
how can I call existing VB-Classes and Functions from C or Java?
Printable View
Hi,
how can I call existing VB-Classes and Functions from C or Java?
VB can only expose it's objects to other languages via COM. VB can't create regular dll's in the way you can in C.
As far as COM goes in C, it's possible, but it's not pretty, and is very tedious.
As far as Java goes, i don't know.
td.