Page 1 of 1

net framework

Posted: Thu Mar 15, 2007 10:06 am
by Th2mods
what exactly does this do to modding apps? why do we need it?

Re: net framework

Posted: Thu Mar 15, 2007 3:26 pm
by shade45
TH2MODSoULMBoCOM wrote:what exactly does this do to modding apps? why do we need it?
It does nothing to specifically for modding tools. It allows you to run apps written visual studio.

Posted: Thu Mar 15, 2007 4:45 pm
by XBC-Requiem
Actually, that's not true.

Visual Studio did not use the .NET framework back in Windows 3.0! Visual Studio 6 was the last version of Visual Studio that was pre-.NET.

Okay, well, it's kinda true.

Programs writen in Visual Studio .NET use the .NET framework, something created for cross-compatibility, or the ability for operating system A running on .NET and operating system B running on .NET to use the same applications. There is a project for Linux that is near completion to port .NET to it. When the project is done, all .NET applications will be able to be run on Linux.

.NET has already proven its worth in Windows Vista. .NET exists purely to expand compatibility.

Posted: Fri Mar 16, 2007 3:41 pm
by Lestatfreak
Well, you could just use pure C libraries, expect you couldn't have a visual window. All of the new Visual Studios design the GUI's off of .NET.

I took all this work to figure out how to actually code windows in plain C++ and then I find Visual Studio. :(

At least the plain one does not need .NET...

Posted: Fri Mar 16, 2007 9:14 pm
by XBC-Requiem
Instead of using C, C+, etc., you could use visual C+ or VB.