Update 3.15 ?? Problem with multi-language resource
detlef
Germany
Hallo,
since I???m using the update 3.15 I have a problem with the multi-language resource file. I generated the file with multilang.exe (German language). By switching the language on my application with the procedure ???SetGermanResources??? nothing happens. The English languages always appears. When I used the version 3.14 I had no problems.
Please help.
since I???m using the update 3.15 I have a problem with the multi-language resource file. I generated the file with multilang.exe (German language). By switching the language on my application with the procedure ???SetGermanResources??? nothing happens. The English languages always appears. When I used the version 3.14 I had no problems.
Please help.
Comments
this file can be loaded from your application by this code:
uses frxRes;
frxResources.LoadFromFile('english.frc');
thanks for the answer. I found out, that the program ???frcc.exe??? is missing the file ???fs_iconst.frc???. By producing it myself, it???s working fin.
Now I have got an other problem. When I have loaded the German resources by using ???frxResources.LoadFromFile('german.frc')???, the pull down-menus of the events with in the Report Designer wont open. A double-click in the event field wont find his routine in the script???s text.
When I???m not loading the German resources it???s working fin.
How I can utilize this code in C++ ?
I already tried just like above and using "->":
frxResources->LoadFromFile('english.frc');
In both cases occurs an error...
tnx
Carlos Magno