|
1. Don't compile the program with images, but load it at runtime.
2. The resource file is made into an external resource file and is only called when it is used.
3. The functions with similar functions are centralized to make a DLL, which is called when the main program is used.
4. Do more function modules in the form of functions. When the program does not appear the second same code segment, do not simply copy the code segment.
5. Streamline code (requires programming skills).
.........
It is not normal for a program to have dozens of M after compilation. |
|