Windows 7开发平台
你们中的一些人可能已经注意到,几个小时前,Microsoft 向我们这些订阅了 Technet 或 MSDN 的用户发布了 Windows 7 RTM。
不幸的是,我没有时间来测试新操作系统。 我询问在 RC 期间将其与 Visual Studio 2008 一起使用的人,您的体验如何? 您觉得RC为其提供了一个稳定的环境吗? 它在 Windows 7 下表现良好吗? 简而言之,我可以依赖 Windows 7 作为我即将成为的开发平台吗?
另一方面,有人对新的 crt 进行过测试吗? 结果是什么?
编辑:作为事后的想法,我确实对 32 位和 64 位体验感兴趣,因为操作系统只会运行在其中一台机器上。
As some of you may have noticed, a few hours ago Microsoft released Windows 7 RTM to those of us with a Technet or MSDN subscription.
I unfortunately didn't have the opportunity time-wise to test the new OS. I'm asking of anyone who used it with Visual Studio 2008 during RC what was your experience? Did you feel the RC offered a stable environment for it? Did it behave well under Windows 7? In short, can I rely on Windows 7 as my soon-to-be development platform?
On another note, did anyone did any tests the new crt? What were the results?
EDIT: As an afterthought, I'm interested indeed in both 32bit and 64bit experiences, since the OS will go to just one of these machines.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
x58 芯片组和 i7 处理单元,Windows 7 RC x64,当您尝试关闭表单时,我遇到了很多程序锁定和崩溃的问题(没有响应,调用 Windows“我会找出问题所在!.. 不是)。 尤其是
Visual Studio 2008,它在大多数情况下运行良好,但
的经验是它不是 100% 可靠。
我 我觉得这很奇怪,因为它内置在 Vista SP1 核心中,而且我的硬件运行 Vista 非常稳定,从来没有出现任何问题,
而且是的,这是 Win7 的全新安装,而不是升级版。不过,我会看看效果如何!:D
编辑
我无法确定它在 Vista SP1/SP2 下运行得非常稳定,但对我来说视频驱动程序运行得很好。 GTX295,主板 BIOS 是最新的,
我认为问题本身与驱动程序无关,但我不能说这些症状纯粹是与操作系统及其处理 Windows 的方式相关的软件问题。 。
事件日志没有帮助,因为通用表单崩溃不会产生任何真正的细节供我浏览并说“啊哈!”。
但我必须说,它主要是 Visual Studio 和在调试主机进程下运行的表单。 其他一切都很好,所以它或多或少可能只是一个兼容性问题
编辑
全新安装 Windows Server R2 RC 后,在初始安装和无线适配器驱动程序安装后,系统无法正确启动(或至少“检测”到问题),因此您必须手动告诉它正常启动 Windows,这是有效的。
在进行了一些 Windows 更新后,同样的情况,但这一次即使尝试正常启动,操作系统也会失败,只是重新启动(可能是蓝屏,但被我的 BIOS 抑制)
我对 R2 的体验非常快,无论是在性能方面还是在性能上满意度下降,并对它运行良好感到温暖模糊
似乎无论你采取哪种方式,在最新的新硬件上,它都有其问题。 真糟糕。
x58 chipset and i7 processing unit, Windows 7 RC x64, I had a lot of issues with programs locking up and crashing (not responding, invoking windows "Ill find out whats wrong! .. not) when you try to close the form. It kills development time.
Especially visual studio 2008, countless crashes and lock ups or delays. It does run good most of the time, but it has its moments.
My experience is that its not 100% solid.
I thought that it was weird, because its built in the Vista SP1 core, and my hardware runs Vista very solid, no hitches -ever-.
And yes, it was a fresh install of Win7, not an upgrade. I'm installing Server R2 though, so I'll see how that works out! :D
edit
I couldn't put my finger on it. Under Vista SP1/SP2 it runs rock solid. The video drivers worked great however for my GTX295, motherboard BIOS is up to date.
I don't think that the problem was driver related per-se, but I can't say. The symptoms purely came across as a software related issue with the OS and how it handles the Windows.
The Event logs are not a help, because a generic form crashing doesn't produce any real detail for me to burn through and say "Ah ha!".
I must say though, it was mostly Visual Studio and forms run under the debugging host process. Anything else was pretty okay, so it could be more or less just a compatibility issue
edit
After a fresh install of Windows Server R2 RC, after the initial installation and a driver install for a wireless adapter, the system fails to boot up properly (or atleast "detects" an problem), so you have to manually tell it to boot Windows up normally, which works.
After doing some Windows updates, same thing, but this time the OS fails even when trying to boot up normally and just does a reboot (probably a blue screen, but surpressed by my BIOS)
My experience with R2 was blazingly fast, both in performance and a drop in satisfaction and warm fuzzies about it working good
It seems that either way you go, on the newest of new hardware, it has its issues. Bummer.
编写Win7兼容程序的最好方法是使用Win7作为开发平台。我使用Win7 x64和Visual Studio 2008已经快半年了,它看起来相当稳定,并且有一些有用的功能(例如快照)。 此时我的所有程序都已准备好进行认证并符合所有 Win7 要求。 我使用 VirtualBox 在 Windows XP/Vista 环境中测试我的程序,VirtualBox 在 Win7 上也可以正常工作。
我的硬件是华硕 P5KC 主板上的 Intel Q6600 处理器。 ATI 显卡在某些驱动程序构建之前一直不稳定,现在可以正常工作。 NVidia显卡一路没有任何问题。
The best way to write Win7 compatible programs is to use Win7 as a development platform. I use Win7 x64 with Visual Studio 2008 almost half a year and it looks pretty stable and has some helpful features (e.g. snap). At this moment all my programs are ready for certification and compliant with all Win7 requirements. I use VirtualBox to test my programs in Windows XP/Vista environment and VirtualBox works without any problems on Win7 too.
My hardware is Intel Q6600 processor on ASUS P5KC motherboard. ATI video card was unstable until some build of drivers, now it works fine. NVidia video card has no problems all the way.
我已经在 RC 下使用 Visual Studio 2008 一段时间了。 完全没有问题。 就此而言,我也不记得 Beta 版中有任何东西。
就我而言,Windows 7 非常适合开发。
I've been using Visual Studio 2008 under the RC for a while now. No issues at all. For that matter, I don't remember having any under the Beta either.
Windows 7 is good to go for development, as far as I'm concerned.
我们已经在内部试用 Windows 7 一段时间了,并且几乎没有遇到任何问题。 我个人一直在 Visual Studio 2008(完整版和快速版)中使用它,并且对整个操作系统非常满意。 我推荐它。 (不过,值得注意的是,我们为飞行员使用强大的硬件,通常是双核或四核、4GB RAM 和良好的显卡)。
We've been piloting Windows 7 internally for some time now and have had very few if any troubles with it. I've personally been using it with Visual Studio 2008 (Full and Express) and have been very pleased with the OS overall. I recommend it. (It is fair to note, however, that we use beefy hardware, generally dual or quad core, 4GB RAM and good video cards for our pilot).
我已经使用 Windows 7 (x86) 几个月了,从来没有遇到过任何问题。
Visual Studio 2008、Adobe 产品、Netbeans 和其他一切都运行良好。
I been using windows 7 (x86) for few month now, never had a single problem with that.
Visual Studio 2008, Adobe products, Netbeans and everything else running just fine.
Win7 RC1,VS 2008 SP1在这里。 到目前为止唯一的问题是,如果我使用鼠标滚轮滚动项目树,在解决方案资源管理器中绘制 VisualSVN 图标时会出现图形故障。
有时,Tortoise SVN 缓存也会崩溃。 但它可能与 Windows 7 无关。
Win7 RC1, VS 2008 SP1 here. The only issue so far is graphical glitches in drawing VisualSVN icons in the Solution Explorer if I scroll the projects tree using mouse wheel.
Also sometimes Tortoise SVN cache crushes. But it might not be related to Windows 7.