Skip to content

Conversation

torusrxxx
Copy link
Member

Translations in resources files used by launcher is updated.

@mrexodia
Copy link
Member

Not sure if I pushed this, but there are some issues with UTF-8 .rc files (they do not compile with MSVC2013). I think we should switch to a mechanism similar to the Qt translations and then just read the translated strings from a text file instead of embedding them directly into the executable. This will also allow the launcher to be translated to different languages.

@torusrxxx
Copy link
Member Author

The resources file is by far the best option we currently have for the launcher and exe. Anything else will require something made in house or a static linked library, which inflates the code size. We can automatically generate these resources files from a translation source just before compiling for a new release.

@mrexodia
Copy link
Member

image

Just for reference, got a reply to my post about a more streamlined build system. The _utf8.rc file was failing for unclear reasons...

@mrexodia mrexodia force-pushed the development branch 2 times, most recently from 03447d4 to 699342d Compare July 3, 2025 23:32
@mrexodia mrexodia merged commit bd315bb into x64dbg:development Jul 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants