Wizard don't find resource strings

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
moppelstroppel
Posts: 12
Joined: Tue Oct 05, 2021 1:52 pm

Wizard don't find resource strings

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Wizard don't find resource strings

Post by isiticov »

The Resource Strings Wizard supports 32-bit EXEs only. We will try to improve this.
Best regards,
Igor Siticov.
moppelstroppel
Posts: 12
Joined: Tue Oct 05, 2021 1:52 pm

Re: Wizard don't find resource strings

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Wizard don't find resource strings

Post 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.
Best regards,
Igor Siticov.
Post Reply