Page 1 of 1

Wizard don't find resource strings

Posted: Mon Jan 03, 2022 12:32 pm
by moppelstroppel
Hello ,

I tried to import reosurce strings by using the wizard. But the wizard don't find anything.
The message appears "No resources in this file".

I tried it with 64 Bit DEBUG and 64 Bit RELEASE.
I have only one TsiLangLinked component with HandleResourceString=checked

Did I miss something? Or this problem related to 64 Bit


Thanks
Thomas

Re: Wizard don't find resource strings

Posted: Mon Jan 03, 2022 12:58 pm
by isiticov
The Resource Strings Wizard supports 32-bit EXEs only. We will try to improve this.

Re: Wizard don't find resource strings

Posted: Tue Jan 04, 2022 1:18 pm
by moppelstroppel
Thanks for the information.
I started last year to convert my app to 64 Bit.
So it would be great if you could implement this.

Or is another option existing to find out the IDs?

Thanks
Thomas

Re: Wizard don't find resource strings

Posted: Tue Jan 04, 2022 3:46 pm
by isiticov
You can temporary compile it to 32bit and use the Wizard with 32bit EXE. Wizard and TsiLang will use the content of resource strings not their IDs, so this could be helpful.