您的位置:首页 > 其它

[Setting]给VS2008扩展BCGControlBar库

2016-02-24 19:40 302 查看
原创文章,欢迎转载。转载请注明:转载自 祥的博客

原文链接:/article/7763573.html

BCGControlBar简介

BCGControlBar(Business Components Gallery ControlBar)专业版是MFC的一个扩展库,您可以用来构建类似于Microsoft Office 2000/XP/2003/2007/2010/2013 和 Microsoft Visual Studio-like(打印、用户定制工具栏、菜单等)以及其他一些知名产品的高级用户界面,例如:日历、网格、编辑和甘特图等。BCGControlBar的这个扩展库包含了300多个经过精心设计,测试和具有完备文档的MFC扩展类。BCGControlBar控件能轻松的融入应用程序中,节约大量的的开发和调试时间。

注意:该控件目前的正式名称是”BCGControlBar Professional for MFC”,但原名称”BCGControlBar Library Professional Edition (MFC)”仍然可用。

适用范围:MFC应用程序开发。

BCGControlBar系统要求

开发环境

Microsoft Visual C++ 6.0 with Service Pack 4 or higher

Microsoft Visual Studio.NET

Microsoft Visual Studio.NET 2003

Microsoft Visual Studio 2005

Microsoft Visual Studio 2008

Microsoft Visual Studio 2010

Microsoft Visual Studio 2012

Microsoft Visual Studio 2013

操作系统

Windows 95

Windows 98

Windows ME

Windows NT 4.0

Windows 2000

Windows XP

Windows 2003 Server

Windows Vista

Windows 2008 Server

Windows 7

Windows 8/8.1

安装BCGControlBar

双击 exe文件 ,然后 Accept, 一路 Next,最后 Finish。不过这还没完,还得对应自己开发平台,编译对应的 DLLLib



选择开发平台,我这是 VS2008 ,而且貌似在 VC6.0 下面会出BUG。(VC6.0太老了,虽然好用,但是还是弃了吧),接着就一路 Next 吧。







接着就是漫长的编译 DLLsLibraries



然后 Next, 就 Finish。搞定收工。

新建项目,可以看出来多了一个 BCGAppWizard 。开始你的 BCG之旅

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: