10.05.2016, 05:17
Worth noting that the .Net framework is generally only required to run the compiler. The C++ redistributables are required to run the actual plugins.
And a note about safety: for some obscure reason people are wary about downloading random .exe files, but .dll files are somehow completely fine. Both contain compiled executable code and the only difference is that a dll acts through another program.
And a note about safety: for some obscure reason people are wary about downloading random .exe files, but .dll files are somehow completely fine. Both contain compiled executable code and the only difference is that a dll acts through another program.