mrfearless / RadASM2

RadASM v2
355 stars 70 forks source link

256 resource entries maximum allowed for rc file output #1

Closed mrfearless closed 7 years ago

mrfearless commented 7 years ago

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 commented 7 years ago

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