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
Wizard don't find resource strings
Re: Wizard don't find resource strings
The Resource Strings Wizard supports 32-bit EXEs only. We will try to improve this.
Best regards,
Igor Siticov.
Igor Siticov.
-
- Posts: 20
- Joined: Tue Oct 05, 2021 1:52 pm
Re: Wizard don't find resource strings
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
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
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.
Best regards,
Igor Siticov.
Igor Siticov.