It allows performing certain low level functions such as signing messages or connecting to the debug function on nodes (currently disabled by I believe). Not generally needed.
Got it Thanks
Another question: Boost pre-compiled binaries have either static and shared versions.
After the cmake step I guess Project.sln should point to static ones by itself...or not?
Thanks
If you use shared libraries you will have to make sure the libraries are available when you want to use the application. It will make the binaries smaller, but they aren't that large anyway, so probably not worth the trouble.