Results 1 to 2 of 2

Thread: Can JAVA use a DLL written from VB6?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2000
    Posts
    1,463

    Can JAVA use a DLL written from VB6?

    Can I take a DLL that is written from VB6 or VC++ and use it in a java application?

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Can JAVA use a DLL written from VB6?

    Yes you can
    Code:
    System.loadLibrary("Name");
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

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