I am using the Rad Studio 2010 CPP Builder. I have created a new SDI application, added a TCP bulbbrowser control and a simple button, on which TCPBlogger. The Navigator was started, I compiled it and got the 1.20 MB file, I was expecting less than 700kb.
How can I reduce the size of compiled exe?
I do not want to use "Construction with runtime packages", I know that it will be very small, but I want to get everyone the dependency inside the necessary package and exe, but maybe I have more Using, I tried to uncheck / remove many design packages (in the project / options / packages), but I was not using it, but the size of the file was not reduced.
Besides, I was probably thinking that the TForm component that comes with RAD Studio is giving me more stuff and this can cause the file to grow, I mean that I only control one webbrower and Some buttons in the form, maybe a minimum form factor that I can use to replace TForm.
I know that I can use a packer like the above, but I still want to reduce it like a half size before packing it.
Any suggestion would be appreciated.
There are some suggestions:
Comments
Post a Comment