Jump to content

resource consumption Option 1 or 2


Recommended Posts

Hey,

I am trying to change icons of my operating system Windows98SE manually.

Should i

1. Make a dll file with all the icons in it and then refer to this file for each icon in the registry. More like how the operating system does like shell32.dll...

or

2. Just use each icon and refer to it individually in the registry.

Question is which option will take least cpu time and memory.

I am not a programmer. But i had this idea and was not sure.

Link to comment
Share on other sites


A single DLL with all the icons will take less space in total if you plan to have a large number of icons. (The DLL itself is larger than the filesizes of all the iconfiles combined, but it only takes one directory entry whereas the separate files will themselves take up one directory entry each (32 bytes minimum + entries for long filenames).

Link to comment
Share on other sites

A single DLL with all the icons will take less space in total if you plan to have a large number of icons. (The DLL itself is larger than the filesizes of all the iconfiles combined, but it only takes one directory entry whereas the separate files will themselves take up one directory entry each (32 bytes minimum + entries for long filenames).
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...