maeve_zahra
7155
|
2004/7/26 10:03:12 |
i got the same error too, then i follow their support website and here is the compatible product for ExpressQuantumGrid Suite Version 5.0:
ExpressQuantumGrid Suite Version 5.0 Date 30-Jun-2004 ExpressBars Suite Version 5.1.3 Date 30-Jun-2004 ExpressPrinting System Version 3.1 Date 30-Jun-2004 ExpressScheduler Suite Version 5.0 Date 20-Jul-2004 ExpressQuantumTreeList Version 4.0.2 Date 30-Jun-2004 ExpressVerticalGrid Suite Version 3.0.2 Date 30-Jun-2004 ExpressNavBar Suite Version 1.3.1 Date 30-Jun-2004 ExpressLayout Control Version 1.1.11 Date 30-Jun-2004 ExpressSpreadSheet (Cross-Platform) Version 1.1.12 Date 30-Jun-2004 ExpressMasterView Version 1.2.1 Date 06-Mar-2002 ExpressDBTree Suite Version 1.3.2 Date 23-Jan-2004 ExpressOrgChart Suite Version 1.3.2 Date 23-Jan-2004 ExpressFlowChart Suite Version 1.3.1 Date 23-Jan-2004 ExpressMemData Version 1.8.2 Date 23-Jan-2004 ExpressPageControl Version 2.1.2 Date 23-Jan-2004 ExpressWeb Framework (Delphi/Kylix) Version 1.6.1 Date 30-Jun-2004 Express ForumLibrary Version 1.3 Date 26-Jun-2001 |
raylau0
7105
|
2004/7/24 10:31:43 |
为什么会有这个错误的 [Error] dxBar.pas(1173): Undeclared identifier: 'IsShortCutKey' ??? |
jack_ye
7068
|
2004/7/23 9:45:44 |
我已经安装了,但发现样式都跟4.5的一样啊,请问怎么样能变成像 介绍那里的图片显示的效果啊? |
river
7051
|
2004/7/22 13:12:42 |
呵呵呵,棒极了 |
lycnew
7035
|
2004/7/22 8:20:51 |
请问5.0比4.52增加了什么功能? |
wanglong
7028
|
2004/7/21 21:27:11 |
有没有D6可用的5.0版本的 |
gjxjq
7027
|
2004/7/21 21:17:59 |
一个字“好” 四个字“真他妈好" 按照dlp的修改方法,成功。心情无比舒畅,哈哈哈 |
maeve_zahra
7021
|
2004/7/21 18:19:50 |
thanks. i've been looking for this one. |
dlp
7020
|
2004/7/21 18:17:29 |
另有修改成功一法,步骤如下:
1.打开cxExtEditorsVCLD7.dpk, 2.修改cxRichedit.pas的1821行成为 if HandleAllocated and (Container <> nil) and container.ActiveProperties.MemoMode then
3.设置option中的输出目录 Output: system32目录(如:c:\\windows\\system32) unit output: ..\\lib dcp output: ..\\lib 4.按compile钮进行编译 5.重新启动delphi |
dlp
7019
|
2004/7/21 18:14:18 |
xpressQuantumGrid_Suite_v5.0_Full_Source_Code_for_Delphi_7 控件包的修正及安装方法
1.如果运行Delphi_7,则先关闭。
2.通过运行ExpressQuantumGrid_Suite_v5.0_Full_Source_Code_for_Delphi_7控件包中的Setup.exe来进行正常安装。
3.删除操作系统的$(System) 目录中的以下文件:
cxExtEditorsVCLD7.bpl dclcxExtEditorsVCLD7.bpl
4.运行Delphi_7,启动中警告dclExtEditorVCLD7包不能加载,选择以后不再加载。
5.在Delphi_7中通过Component->Install Packages..菜单路径把所有Express包删除。
6.在Delphi_7中通过Tools->Environment Options->Library->Library path菜单路径打开Diredtories窗口。
将这些路径删除: ......\Developer Express Inc\ExpressDataController\Delphi 7\Lib ......\Developer Express Inc\XP Theme Manager\Delphi 7\Lib ......\Developer Express Inc\CX Library\Delphi 7\Lib ......\Developer Express Inc\ExpressEditors Library 5\Delphi 7\Lib ......\Developer Express Inc\ExpressPageControl 2\Delphi 7\Lib ......\Developer Express Inc\ExpressQuantumGrid 5\Delphi 7\Lib
添加这些路径: ......\Developer Express Inc\ExpressDataController\Delphi 7\Sources ......\Developer Express Inc\XP Theme Manager\Delphi 7\Sources ......\Developer Express Inc\CX Library\Delphi 7\Sources ......\Developer Express Inc\ExpressEditors Library 5\Delphi 7\Sources ......\Developer Express Inc\ExpressPageControl 2\Delphi 7\Sources ......\Developer Express Inc\ExpressQuantumGrid 5\Delphi 7\Sources
7.在Delphi_7打开ExpressEditors Library 5\Delphi 7\Sources\cxEditorsVCLD7.dpk,编译但不要安装。
8.在Delphi_7打开ExpressEditors Library 5\Delphi 7\Sources\dclcxEditorsVCLD7.dpk,编译并安装。
9.在Delphi_7打开ExpressEditors Library 5\Delphi 7\Sources\cxExtEditorsVCLD7.dpk,从包管理器中打开cxRichEdit.pas单元,进行以下修改
1821行,从: if HandleAllocated and Container.ActiveProperties.MemoMode then 改为: if HandleAllocated and (Container <> nil) and Container.ActiveProperties.MemoMode then 就行了。
保守后关闭cxRichEdit.pas,编译cxExtEditorsVCLD7.dpk但不要安装。
10.把$(DELPHI)\Projects\Bpl目录中编译得到的cxExtEditorsVCLD7.bpl拷贝到操作系统的$(System) 目录中。
11.在Delphi_7打开ExpressEditors Library 5\Delphi 7\Sources\dclcxExtEditorsVCLD7.dpk,编译并安装。
12.把$(DELPHI)\Projects\Bpl目录中编译得到的dclcxExtEditorsVCLD7.bpl拷贝到$(System) 目录中。
13.在Delphi_7打开ExpressPageControl 2\Delphi 7\Sources\cxPageControlVCLD7.dpk,编译但不要安装。
14.在Delphi_7打开ExpressPageControl 2\Delphi 7\Sources\dclcxPageControlVCLD7.dpk,编译并安装。
15.在Delphi_7打开ExpressQuantumGrid 5\Delphi 7\Sources\cxExportVCLD7.dpk,编译但不要安装。
16.在Delphi_7打开ExpressQuantumGrid 5\Delphi 7\Sources\cxGridVCLD7.dpk,编译但不要安装。
17.在Delphi_7打开ExpressQuantumGrid 5\Delphi 7\Sources\dclcxGridVCLD7.dpk,编译并安装。
控件包安装成功! 打开\ExpressQuantumGrid 5\Delphi 7\Demos中的各个Demo,编译后可以运行! 其中: ConvertGrid3Demo和ConvertGrid3MasterDetailDemo还必须同时安装 “DevExpress ExpressQuantumGrid Suite v3.22 for Delphi7”,才行! |
collbull
7014
|
2004/7/21 17:28:48 |
是不是破解的呀,别用了有问题哈 |
zizii
7011
|
2004/7/21 9:21:35 |
不好意思,我把分类写错了,已经修复下载地址。 |
root_lh
7007
|
2004/7/21 9:06:32 |
不得行,下不了。 |
root_lh
7006
|
2004/7/21 9:05:42 |
好用不。 |
kurong_33
6994
|
2004/7/21 8:02:12 |
怎么下不了呀 |