Also - you can always write for Python / .NET / Java / ... and be portable for that VM.
Why most companies don’t develop software for Linux
21–24 of 24 posts
Re: Why most companies don’t develop software for Linux
#22There's not exactly compatibility between versions of Windows, either. Want your XP app to run on Win7? I hope you weren't planning to write to your install directory, since that will require a permissions change on Win7. That XP app is probably 32-bit, too, and if you are on 64-bit Win7 I hope the app isn't looking for "C:\Program Files" to find itself, since it's now in "C:\Program Files (x86)". Why is it still not…
I think most applications don't hard code system directory names since they differ not only between versions of windows, but also between languages (for example, I believe the aforementioned directory would be c:\programme on the german version of windows xp).
Re: Why most companies don’t develop software for Linux
#232. If you do #1 the relevant distributions will package the app for you.
3. Valid point.
4. He says Emacs but doesn't specify XEmacs, so, off with his head!
Re: Why most companies don’t develop software for Linux
#24Also, Microsoft goes to incredible lengths to ensure backwards compatibility (even with their competitors software), whereas any backwards compatibility in Linux seems to be coincidental.
Those are 2 reasons I use Windows 7 now. But that's just my opinion (all OS's these days have their own problems).