How can I reduce exe size (now 988kB).
In my application I will never use any rdd but simple menu and dialogs.
regards Eugeniusz
How can I reduce exe size (now 988kB).
In my application I will never use any rdd but simple menu and dialogs.
regards Eugeniusz
Eugeniusz,
You may add this function to your main PRG:
function RddSys() ; return nil
Antonio,
Now my exe is 786kB
regards Eugeniusz