简体   繁体   中英

How do I add a DLL as a reference on .Net C++ Project using Visual Studio

I know on VB or C# .Net I just right click on references and browse to the DLL, but I don't have this on Visual C++.

Do I need to do this programmatically or can I do it from the IDE?

Right-click your project, select "Properties". In the tree on the left side on the dialog, navigate to "Common Properties" -> "Framework and References", where you will find the "Add New Reference" button.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM