Hola
Hice algunas pruebas con el UPX y esto resulto...

- UPX-VePDF.jpg (46.62 KiB) Viewed 7410 times
---------------------------------------------------------------------------------------------------------------------------
El primer ejecutable, es una compilación normal y el sumatrapdf2.exe (6,339 kb) y pesa 10,251 kb.
(con mis bibliotecas predefinidas)
El segundo, es utilizando el UPX con el sumatrapdf2.exe con '--ultra-brute' switch. y pesa 7,048 kb.
El tercero, es utilizando el UPX '--ultra-brute' switch con el resultado de la compilación normal y pesa 5,084 kb
O sea, que utilizando directamente el UPX en la compilación normal, lo reduce más !.
--------------------------------------------------------------------------------------------------------------------------
The first executable, is a normal compilation and sumatrapdf2.exe (6,339 kb) and weighs 10.251 kb.
(With my predefined libraries)
The second is using UPX with sumatrapdf2.exe with '--ultra-brute' switch. And weighs 7.048 kb.
The third, is using the UPX '--ultra-brute' switch with the result of normal compilation and weighs 5.084 kb
That is, using the UPX directly in the normal compilation, reduce it more!
P.D. Gracias PeteWG y Roberto por el ejemplo !