I downloaded a dynamic linking library but don't know how to refer it in project
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shweta LodhaPosted Jun 19, 2014, 1:19 PM
Go to Solution Explorer >> Go to "References" under your project >> Right click and select Add Reference
Now browse the library you want to add. Then click OK.
Go to your source code and add reference at the top of your file for the newly added dll.
And you are done :)
Shweta LodhaPosted Jun 19, 2014, 1:50 PM
Graeme PariotPosted Jun 19, 2014, 1:24 PM