|
A program, source file and executable file that I downloaded from the Internet.
The source folder has .dsw, .dsp, etc., but it has class _Main in the file: ...
And _Main :: OnInitDialog has functions like this. [I guess it's done by VC, but it's not win32, he wrote it very low-level.]
It can be opened with VC6.0, but it failed to compile at the beginning. Later, I updated the SDK to compile.
But it runs a long way from the executable I downloaded. And the sizes vary a lot.
I compiled it at 800k and downloaded only 288k.
Is it related to release?
The size is not a problem, I want to increase the speed, or just run it after compiling.
That brother and sister can tell me how to compile so fast. . .
Can other compilers compile this file for me? Are their SDKs common? Need to set it up too?
Also ask how the VC setting Release is not available, and how to set it specifically.
Thank you very much ~~ |
|