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

256 resource entries maximum allowed for rc file output #1

Closed
mrfearless opened this issue Feb 12, 2017 · 1 comment
Closed

256 resource entries maximum allowed for rc file output #1

mrfearless opened this issue Feb 12, 2017 · 1 comment

Comments

@mrfearless
Copy link
Owner

Cant compile more than 256 resource items into resource files. Anything over 256 is lost when compiling.
Discovered there is a hard coded limit in RadASM to only output up to 256 resource item entries (icons, bitmaps, sounds, manifests etc)

@mrfearless
Copy link
Owner Author

Fixed in v2.2.2.2 release, by increasing this to 512 resource items in the RadASM code. \Edit\Resource.asm has three entries that have been changed from 256 to 512

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

1 participant