c++ libraries

  • Thread starter Thread starter Henk
  • Start date Start date
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.

Link of DLLImport
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfSystemRuntimeInteropServicesDllImportAttributeClassTopic.asp




Anand Balasubramanian
Microsoft, Visual Basic .NET

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks
 
Back
Top