Sduibek said:Oh damns, I didn't think of that. Yeah the only reason I'm using C# is because I'm learning that language currently so I was/am using it as practice since I hate making useless training apps that have no real purpose other than learning. So does .NET stuff not run at all in WINE?
EDIT: On the plus side I could use a refresher on C++ anyway, so looks like I'll be getting practice in two languages
EDIT2: I am wondering if http://mono-project.com/Main_Page would be useful in this case but I can't find any info on if the end user (you guys) would need the Mono thing installed on your machine.
.Net is running somehow in wine but as you can see it's quite unstable http://appdb.winehq.org/objectManager.php?sClass=application&iId=2586
But I was trying to say that any external dependency which isn't installed on targeted OS in default, isn't good at all. So your Starter-app won't work on Win XP in case that user had not previously installed .Net by himself.
But who knows what percentage of people have installed .Net and which version. If you will be compiling with .Net v4 then in desktop with .Net v3 the app won't work afaik.
And about Mono, there are rumors for some time that mono is dead and from my experience almost no-one uses Mono at Unix-like desktops.
Wine is wrapper to C/C++ Win API so if you will be developing this Starter in C/C++ then you will be out of this mess. And for Windows users there won't be any dependecy as well.
But it's only my personal opinion.