A lightweight unofficial Discord client that uses only Win32, GDI, and GDI+ for rendering instead of Chrome/Electron. To support modern TLS on Windows XP it uses OpenSSL and provides its own root certificates.
This project is compiled with version 7.1 of the Windows SDK. You can use Visual C++ 2010, or Dibya's fork of Clang 17.01 for Windows XP/2003. "talk32.exe" in the release folder is built with Clang.
- Build or obtain a release
- If you downloaded a copy of talk32.exe, put it in the repository folder
- Run talk32.exe
- Follow the instructions to get your authorization token, paste it in the field, and click "Log in"
- Open the Windows SDK 7.1 command prompt.
- Run the command setenv /xp /x86 /release
- Change to the repository folder with cd [folder path]
- Run build_[msvc/clang][_withsymbols].bat
- The result will be a file called talk32.exe
- Random painting issues