Open bitRAKE opened 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
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:
The resource macros also lack support for named resources.
Some resource editors on github ... https://github.com/katahiromz/RisohEditor