安装完BCG,并编译之后,打开VC6,就会在创建程序向导界面中发现BCGControlBar.Pro的创建向导了。
但打开安装目录Examples,找到一个demo,如BCGPCalendarDemo。用vc6打开,编译会出错。 解决方法如下: 1.vc6->Tools->options->directories->show directories for : include files下添加 C:/PROGRAM FILES/BCGSOFT/BCGCONTROLBARPRO/BCGCBPRO library files下添加 C:/PROGRAM FILES/BCGSOFT/BCGCONTROLBARPRO/BIN 2.build->configrations->projects and remove: win32 releaseStatic 3.在我的电脑属性中配置环境变量,在path后面添加;C:/PROGRAM FILES/BCGSOFT/BCGCONTROLBARPRO/BIN