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.
Printable View
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.
Use the Declare Function statement.
Code:Declare Function MyFunction Lib "MyLib" (ByVal Parameters) As Long