我正在尝试为第三世界国家开发一个Windows应用程序,其中大多数客户端是Windows XP,少数是Windows 7用户。我想创建一个安装后不再需要进一步配置的应用程序。我不知道从哪里开始 - 即什么.net框架要定位哪个操作系统?哪一个更兼容?
答案 0 :(得分:1)
我建议.Net 4.0是Windows XP支持的最新版本。
NOTE: All of the .Net framework run times are backward compatible. You also have to make sure that the application you develop is not targeted with a newer version of .Net than the computer with the oldest version of .Net
以下是一些有用的信息:
Windows Vista预装了2.0。
Windows XP正在被忽视,并没有开箱即用的.net,所以我会针对新电脑。我知道你们公司是不是要升级。
Windows 7预装了3.5.1。它兼容4.5.1(截至本文撰写时)
Windows XP预装无,但最高可兼容4.0。
答案 1 :(得分:0)
制作 Windows 应用程序的最简单方法是使用c#...
如果要将应用程序导出到其他OS c / c ++则更兼容。