- Aug 25, 2004
- 11,151
- 1
- 81
First off, I know almost nothing about writing apps for Windows.
I want to write a simple application for Windows (single window, single exe file, no installer). I started writing it in Visual Studio 2008, but I realized that anything I write would depend on the .NET framework.
To start off, I wrote the app in C# and set it to work with the .NET 2.0 environment, built it, and got an .exe file. I copied this file over to my Vista laptop and it worked fine. I copied it to a XP machine (which did not have the .NET framework installed) and, as I feared, it did not work.
How does an application like uTorrent (which is a single .exe file) run out of the box without depending on the .NET framework? For that matter, there is a lot of software that's on Sourceforge that runs on Windows, that weren't written in Visual Studio. What development tools do they use?
What alternatives to Visual Studio should I look at? I'd prefer to use something that is free (Visual Studio was a free download from MSDNAA) or cheap, because I plan to give the app and the source away for free to everyone at my college.
Thanks!
I want to write a simple application for Windows (single window, single exe file, no installer). I started writing it in Visual Studio 2008, but I realized that anything I write would depend on the .NET framework.
To start off, I wrote the app in C# and set it to work with the .NET 2.0 environment, built it, and got an .exe file. I copied this file over to my Vista laptop and it worked fine. I copied it to a XP machine (which did not have the .NET framework installed) and, as I feared, it did not work.
How does an application like uTorrent (which is a single .exe file) run out of the box without depending on the .NET framework? For that matter, there is a lot of software that's on Sourceforge that runs on Windows, that weren't written in Visual Studio. What development tools do they use?
What alternatives to Visual Studio should I look at? I'd prefer to use something that is free (Visual Studio was a free download from MSDNAA) or cheap, because I plan to give the app and the source away for free to everyone at my college.
Thanks!