PPower请进,有关在BCB2006下安装devexpress控件的问题
我按照你的那篇文章来安装devexpress控件
头几个非常顺利,
到了ExpressQuantumGrid 5.17时
出现错误信息:[Pascal Fatal Error] cxGridCustomView.pas(7964): F2084 Internal Error: DBG1695
请问这是什么原因
问题点数:20、回复次数:4Top
1 楼PPower(月亮光光,照地堂)回复于 2006-07-03 11:42:13 得分 20
ExpressQuantumGrid 5.17 在那下載?
Top
2 楼meCAD(重建CHINABCB.COM论坛(QQ群:13252194))回复于 2006-07-03 12:19:31 得分 0
加我QQ我发给你...
21926911
这套是最新的,都带有c10版的Top
3 楼meCAD(重建CHINABCB.COM论坛(QQ群:13252194))回复于 2006-07-03 12:25:15 得分 0
DevExpress.ExpressBars.Suite.v5.5.9.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressDBTree.Suite.v1.3.10.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressNavbar.Suite.v1.4.12.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressOrgChart.Suite.v1.3.7.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressPageControl.v2.3.9.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressPrinting.System.v3.5.8.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressQuantumGrid.Suite.v5.17.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressQuantumGrid.Suite.v5.17.NET.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressQuantumTreeList.Suite.v4.11.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressScheduler.Suite.v2.7.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressSpreadSheet.v1.2.15.for.Delphi.BCB.Full.Source-SSG
DevExpress.ExpressVerticalGrid.Suite.v3.12.for.Delphi.BCB.Full.Source-SSGTop
4 楼meCAD(重建CHINABCB.COM论坛(QQ群:13252194))回复于 2006-07-03 12:30:26 得分 0
找到了一个贴子.贴主也遇到了我同样的问题,
回答:
Add parameter -JPHNE to DCC32:
set DCC32=%DCC32EXE% -JPHNE -Q -W -H -$D- -$L- -$Y-
Remove deleting from the .cmd file (all del commands): we will need the files later.
This will create C++ .obj files.
Then run the .cmd file.
Now you have the .dcu and C++ .obj files.
Compile with C++ Builder 2006 the .bpk files of:
- XP Theme Manager
- DataController
- CommonLibrary
- Library
- ExportLibrary
- EditorsLibrary
- MemData
- PageControl2
- QuantumGrid
on QuantumGrid you'll get the error message.
Copy cxGridCustomView.dcu to Package directory
Copy cxGridCustomView.obj to _Debug (or _Release) directory where other .obj-files are located
Remove cxGridCustomView.pas from C++Builder project
Now you can build and install QuantumGrid for C++Builder 2006
不知道
set DCC32=%DCC32EXE% -JPHNE -Q -W -H -$D- -$L- -$Y-
如何设置
Top




