A Anand Balasubramanian Apr 9, 2004 #2 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
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