The Dink Network

Reply to Re: Bugfixes for freedink on Linux

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 2nd 2022, 09:16 AM
goblins.gif
drone1400
Peasant He/Him Romania
C# nerd 
>A release version only has log level 0 (default, only ERROR messages are logged, I may change that to log INFO messages) and level 1 (normal debug for dinkc coders, without the spam) available.

Makes sense, thanks!

Also I have a most dumbass question. Since I'm not familiar with GPL, I was wondering if it is even allowed to compile something under GPL using MSVC. I couldn't find much info except this https://opensource.stackexchange.com/questions/7182/redistributing-msvc-runtime-components-with-gpl-application

Which makes it seem like technically you can, you just can't redistribute the MSVC itself since it's not open source, which makes it useless as far as an end user would be concerned. So I suppose your only option on Windows would be using MinGW?... Sounds like quite a hassle.