Results 1 to 2 of 2

Thread: C/C++ libraries in VB

  1. #1
    Guest

    Unhappy

    Hello All.

    Is there any way I can use C/C++ libraries in VB.
    I am a new comer to C/C++ , but I am good at VB.
    I have to wrtie some hardware controlling program for
    which C++ libraries are available for the hardware.

    Any suggestion/solutions.

    Chandu.

  2. #2
    Guest
    Use the Declare Function statement.
    Code:
    Declare Function MyFunction Lib "MyLib" (ByVal Parameters) As Long

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