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.
- 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.bat
- The result will be a file called talk32.exe
- Random painting issues