Skip to content

Posts from Are there people who don't have .NET 3.5 installed?

No ratings yet — be the first to rate!
User Avatar
13 years ago
Auto-translated
I'm planning to write a utility in C# for Heroes 5 – a battle simulator and a database for creatures, heroes, and skills. Of course, forcing people to download frameworks would be cruel, but I'd like to use some features from the latest versions.
This leads to the following question: are there people who don't have the latest versions of .NET (3.5, 4.0, 4.5) installed? Which version should I target?
Please don't suggest the option "forget about everything and write it in Delphi" =-)
User Avatar
13 years ago
Auto-translated
Does anyone even need this? It’s easier to create a map and test it as many times as you want.
User Avatar
13 years ago
Auto-translated
Does anyone even need this? It's easier to create a map and test it as much as you want.
At the very least, I need this to calculate how many losses I'll have during a multiplayer game if I encounter 50 succubi with 120 warriors, having 5 defense, 2 attack, advanced Defense, and Dodge. Not everyone can do these calculations in their head =-)
User Avatar
13 years ago
Auto-translated
Please don't suggest the "forget everything and code in Delphi" option.
I would suggest that it would actually be simpler.
No, let's put it this way. I'm interested in such a program – that's one thing. The framework is already installed (because of Paint.NET) – that's another. But, OUGHT... What specific functions from the framework do you need? Let's be honest, this is a simple program for calculations; it doesn't really need anything special. If you really wanted to, you could even make it a console application. And for a small program, would someone really have to install a framework? That's just not practical. Although, it depends on what exactly you want to do, of course, but it's probably just related to the interface, which is very easy to create in Borland products anyway, and the program remains lightweight.
User Avatar
13 years ago
Auto-translated
OUGHT
...Are there people who don't have the latest versions of .NET (3.5, 4.0, 4.5) installed?...
Yes, there are, and they are doing perfectly fine without framework 3.5. I haven't needed anything beyond framework 2.0. I've installed higher versions a couple of times, but then I uninstalled them because they weren't needed. The utilities that I installed them for turned out to be useless and unnecessary. So, draw your own conclusions... However, I'm not a programmer.
User Avatar
13 years ago
Auto-translated
But, OUGHT... Which specific functions from the framework do you need? Let's be honest, it's a simple program for calculations; it doesn't really need anything special. If you really want to, you could even make it a console application. And for a small program, would someone really have to install a framework? That's just not practical. Although, it depends on what exactly you want to do, of course, but... It's probably just related to the interface, which is very easy to create in Borland products anyway, and the program remains lightweight.
I was interested in the layoutpanel components, which are not available in 2.0, but which would be very helpful in creating the interface.
They exist, and they exist very well, and they work perfectly well without the 3.5 framework.
Well, if that's the case, I'll write in 2.0 or Delphi =-)
User Avatar
10 years ago
Auto-translated
"Are there people who don't have the latest versions of .NET installed?" - IMHO, there are no more than 1% of such people. Don't take these weirdos into account!

Statistics

Welcome our newest member: recijeb