
vcpkg: How to use Static (no dll) libraries | C++ libraries simplified!
Microsoft's vcpkg is extremely useful for C++ programmers, though it can be a little confusing with using it in different ways. What if you want to use Static libraries, instead of Dynamic libraries? Well, it's a little confusing, but it's still easy to get it working. This video shows you how to get around using Static libraries with your projects.
vcpkg crash course: https://youtu.be/b7SdgK7Y510
vcpkg integration: https://github.com/microsoft/vcpkg/blob/master/docs/users/integration.md#with-msbuild
Timestamps:
0:00 - Explanation
1:23 - Creating static builds
3:26 - Where static builds go
4:31 - Building many & fixing errors
6:58 - Building with dynamic libraries (.dll)
7:40 - Using vcpkg Static Libraries with Visual Studio
9:15 - Important note about Static vs Dynamic (Errors)
-----------------------------
๐ธ Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
๐ธ Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
๐ฌ Discuss video & Suggest (Discord): https://s.tcno.co/Discord
๐ Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
๐ Website: https://tcno.co
๐ง Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co
Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.