Frage

In question: How to compile file .cpp to exe, but with comperssion natively?

War es hilfreich?

Lösung

You just compile it using your normal C++ compiler. Then compress the resulting .exe file using UPX.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top