Calling VC++ compiled.lib routines from vb.net

Spektre

Newcomer
Joined
Jul 26, 2003
Messages
19
Hello.

I downloaded an open source project which was nice enough to include a vc++.net solution file. It compiled nicely into a .lib file.

How do I go about using this library now from my VB.net application?

Thank you,
Spektre
 
You can use any CLS-compliant .dll (or an .exe in VS 2005) by adding it to your VB.Net project's list of references (right-click on the references folder and click "Add Reference...").
 
Back
Top