C++ 的相对稳健性是多少? 构建器版本?
我们的开发团队使用 Borland C++ Builder 6 和 CodeGear C++ Builder 2007(以及 Visual Studio)。 我听到很多评论说 Builder 2007 IDE 崩溃的次数比 BCB6 多得多。 是否有人有过使用 C++ Builder 2009 IDE 的经验,特别是对于大小合适的应用程序,如果有的话,在整体稳健性方面与 6 或 2007 相比如何?
Our development team work with Borland C++ Builder 6 and CodeGear C++ Builder 2007 (as well as Visual Studio). I hear a lot of comments that the Builder 2007 IDE crashes a lot more than BCB6 does. Does anyone out there have any experience of the C++ Builder 2009 IDE yet, particularly with a decent size application, and if so how does this compare with 6 or 2007 in terms of overall robustness?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
到目前为止,我对 BCB2009 的体验大多是积极的。 IDE 看起来很稳定,安装速度也更快。
然而,我还没有将一个重大项目移至 2009 年,但我几乎可以向您保证,由于 Unicode 的变化,这将是非常重要的。 您将需要切换到您使用的任何第三方库/组件的新版本,以及对现有代码中使用的所有字符串进行健全性检查。 目前还没有执行此操作的“最佳实践”指南。
当然,如果您不使用 VCL,这不会是问题 - 但是,为什么要使用 BCB...?
My experiences with BCB2009 so far have been mostly positive. the IDE seems stable and installs etc are much faster.
However, I haven't yet moved a major project over to 2009, but I can almost guarantee you it will be non-trivial because of the Unicode changes. You will need to switch to new versions of any third-party libraries/components that you use, as well as sanity-checking all string use in your existing code. There are no 'best practice' guidelines for doing this yet, either.
Of course, if you were not using the VCL, this wouldn't be a problem - but then, why would you use BCB...?
我没有使用过 C++ Builder 2009,但这也许会对您有所帮助。
据 Chris Pattinson(CodeGear 的 QA 经理)称,他们在 Delphi 和 C++ Builder 2009 中进行了 4000 多个修复(请参阅此博客:http://blogs.codegear.com/chrispattinson/2008/09/19/38897)
他链接到 cn.codegear.com 上的一篇文章,其中详细介绍了所有针对 C++ Builder 的修复,请参阅 http://dn.codegear.com/article/38715
I haven't used C++ Builder 2009 but maybe this will help you.
According to Chris Pattinson (QA manager at CodeGear), they made over 4000 fixes in both Delphi and C++ Builder 2009 (See this blog: http://blogs.codegear.com/chrispattinson/2008/09/19/38897)
He links to an article on cn.codegear.com which details all of the fixes for C++ Builder, see http://dn.codegear.com/article/38715