tgrysztar / fasmg

flat assembler g - adaptable assembly engine
https://flatassembler.net/
216 stars 29 forks source link

Multi-language support in Windows resources: #17

Open bitRAKE opened 1 year ago

bitRAKE commented 1 year ago

Present resource macros do not support multiple resources with the same ID: https://github.com/tgrysztar/fasmg/blob/708097133e86a9b98efaf59a011c3ae754cdf514/packages/x86/include/macro/resource.inc#L24-L70 It's best to use an external resource editor and load the RES file with:

section '.rsrc' resource from 'my_resource.res' data readable

The resource macros also lack support for named resources.

Some resource editors on github ... https://github.com/katahiromz/RisohEditor