zerocool1999 Posted February 10, 2021 Posted February 10, 2021 I was tying to translate SYSDM.CPL version 4.90.3002 from English to Dutch, but ran into a problem. The rightclick context menu in device manager is uneditable with VSC++ version 6. However I found that when looking for the strings in a hex editor that there exits a group of strings that correspond to the rightclick context menu. Now for the problem, the Dutch strings are larger in amount of charaters than the English ones (see photo's) so when copied form the Dutch unpatched version, the file basically gets corrupted. Does anyone know how to make the space bigger to accommodate the extra length of the Dutch strings? The English strings: and Dutch strings: SYSDM_3002.CPL
zerocool1999 Posted February 11, 2021 Author Posted February 11, 2021 The problem is fixed. If the German version of SYSDM.CPL is used the space is large enough. 1
creopard Posted February 19, 2021 Posted February 19, 2021 For translation tasks you could also use the tools "reshack" or "exescope".
zerocool1999 Posted February 19, 2021 Author Posted February 19, 2021 Yes eXeScope works only problem is that sysdm has a lot of strings :(. Visual C++ 6.0 allows for copy paste, thus finishing the translation job in under 2 min :). But the strings mentioned are not present in any resource editor I have tried, not even Visual C++ which does a great job for 99% of the strings. Only fix is a hex edit.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now