3
votes
How to get the version info of a dll in C++
Looks like you need to access the VS_VERSION_INFO resource; http://www.microsoft.com/msj/0498/c0498.aspx
…
4
votes
Decrease Qt GUI application size
The best way is to manually configure the Qt library with configure. By issuing
configure --help
you'll see a number of options that might help reduce both disk an …
