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

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.
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top