Results 1 to 2 of 2

Thread: App Size / Resources

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276

    App Size / Resources

    I am working on a C++ project with about 36 icons. I have sample projects attached with icons as well. When I compile this project in VC++, I am in Release build minimized size and it still compiles to 84.0 kb!

    I took the .res file from the Release folder and added it to a VB project, compiled that into an exe and it is only 60.0 kb. One problem with this though is using a resource editor or icon extractor all of the icons can be extracted from the exe in both the VC++ Release folder and the VB project exe.

    I am using the icons for buttons, so I added the icons to buttons in another VB project. Then when I compile the exe, the icons cannot be extracted from it. It is only 56.0 kb. This may be confusing but look at the attached projects.

    Questions:
    1) How can I shrink the size of the VC++ exe without resorting to something as complicated as this http://www.hailstorm.net/papers/smal....htm#smallapps
    (If you can attach a sample file maybe. I could not get it to compile.)

    2) How can I compile a VC++ exe without exposing the icons used on buttons to an icon extractor?
    Last edited by wey97; May 15th, 2002 at 03:50 PM.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    attached file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width