Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exe file icon disappeared #12

Open
1027663760 opened this issue May 31, 2022 · 1 comment
Open

exe file icon disappeared #12

1027663760 opened this issue May 31, 2022 · 1 comment

Comments

@1027663760
Copy link

I used the res file to import the icon. When I use vc6 link.exe, everything is normal, but after compiling with Crinkler, the exe icon disappears, and other rc resources cannot be read.

@therontarigo
Copy link

This will probably be closed as won't-fix.
Resources require several additional structures to be present in uncompressed form in the exe file. The only compression supported by Windows for the program Icon is PNG (Deflate).
These requirements are contrary to Crinkler's priority of maximum utilization of exe space for code and data usable from the running program.

That said, with much work the headers could be modified to support a small icon, it is not impossible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants