How can I import a VC++ .lib file in my c# application
You can't do that directly. You first have to link it into a DLL and
export the functionality you want.
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.