Results 1 to 2 of 2

Thread: Call VB-Code from C or Java

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Location
    Germany
    Posts
    1

    Question

    Hi,
    how can I call existing VB-Classes and Functions from C or Java?

  2. #2
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    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.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width