发表于:2010/9/29 16:07:17
#0楼
the 64 bit os architecture(vc)
(a10)
getting operating system version info - even for windows7
(
a10
)
note:author 比较了几种获得os版本的方法,并给出一种最好的方案,并用c#来实现,但实际上是调用了winapi函数来实现的。目前认为是最好的能知道运行的os是winxp、vista 、 win7 、 32bit or 64bit 系统的最好方案是结合一个指针变量intptr and getiswow64processdelegate()来实现。
easily get and compare os version information
(a10)
note: c#
----------------------------------------------
此篇文章从博客转发
原文地址: Http://blog.gkong.com/more.asp?id=125868&Name=zjcsharp