How to import a DLL of C++ to VB projects with DLLImport

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was using managed code DLL from C++ to VB projects. But it seems the
configuration of the project is wrong that I can not import the DLL with
DLLImport.
 
I was using managed code DLL from C++ to VB projects. But it seems the
configuration of the project is wrong that I can not import the DLL with
DLLImport.

If it's a managed C++ DLL you should just be able to set a reference
to it, no need for DllImports.


Mattias
 
Back
Top