DiscordMessenger / dm

Discord Messenger is a free Discord-compatible messaging client targeting both new and old Windows.
MIT License
812 stars 13 forks source link

What is the point of having both MinGW and MSVC downloads? #72

Closed K4sum1 closed 2 months ago

K4sum1 commented 2 months ago

Looking at them, the MinGW version is more compatible and a smaller file size. Therefore it seems like it's overall better. Why offer a MSVC build?

iProgramMC commented 2 months ago
  1. Not an issue.
  2. The MSVC executable is actually smaller than MinGW executable. The only reason it's so large is because I include a 25MB pdb file to allow myself to debug crashes on that version from the event viewer log, in case they ever happen.
  3. I offer an MSVC build also because it's only logical. I bundle a VS2022 project therefore I would want to also provide the build artifacts for it.

Also, for these kinds of questions I'd actually appreciate contacting me by email (iprogramincpp at Gmail), so as to not clutter the issues list.

K4sum1 commented 2 months ago

Also, for these kinds of questions I'd actually appreciate contacting me by email (iprogramincpp at Gmail), so as to not clutter the issues list.

I was thinking of trying to ask on Discord first, but I couldn't find an invite or server anywhere, and email just always ends up unanswered or in spam every time.

iProgramMC commented 2 months ago

No, it doesn't, I check my mail pretty much every day.

K4sum1 commented 2 months ago

I guess. I just always have that happen, so I didn't even consider it.