Hi ,
You can use C++ libraries by exporting the functions in VB.nte using the
Declare statements or the DllImport statement. But one important thing is
you had have to declare the functions in the C++ dll with the __stdcall.
Hi ,
You can use C++ libraries by exporting the functions in VB.nte using the
Declare statements or the DllImport statement. But one important thing is
you had have to declare the functions in the C++ dll with the __stdcall.
Comment