开发者

Best way to store 3rd party DLLs in VS 2008 +

开发者 https://www.devze.com 2022-12-23 00:55 出处:网络
What is the standard practice to store DLLs in a solution ,where the dlls are used inmultip开发者_如何学JAVAle projects.I usually create a Library folder, put any third party dll\'s in there, and then

What is the standard practice to store DLLs in a solution ,where the dlls are used in multip开发者_如何学JAVAle projects.


I usually create a Library folder, put any third party dll's in there, and then reference the library dll's in projects.


Create a common store or folder for where the DLL's will be located, for example bin and put those shared DLL's into that folder, and ensure the applications that are using those shared DLL's, to look into the bin folder

MyAppFolder <-- Applications
   |
   +---- bin    <-- Shared DLLs
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号