lao1945
36855
|
2009/3/2 11:41:03 |
补充及更正: qkgeek: 可能是adoconnection1出错了,添加一个connection,并把其他的query控件关联上去就可以了。 Undeclared identifier: 'cbsUnchecked': 在uses里增加 cxLookAndFeelPainters
原来的代码是delphi6的,所以用其他版本的会出一点问题。 |
lao1945
36853
|
2009/3/2 11:31:11 |
照着LPN兄弟说的,uses 加上cxLookAndFeelPainters就可以了!多谢! |
lao1945
36852
|
2009/3/2 11:29:47 |
忘了DEV 4还是5来着,在6.3.7里头不能编译,我这里也是 |
lpn
36787
|
2009/2/17 12:03:26 |
uses中加上“cxLookAndFeelPainters”就可以解决问题。我用的是V4.X |
lpn
36786
|
2009/2/17 12:01:57 |
uses cxLookAndFeelPainters; |
happyhong
36206
|
2008/11/21 11:27:15 |
请问楼主,DEV 控件是什么版本的? |
qkgeek
36201
|
2008/11/20 2:38:56 |
运行后,打开数据库,或新建立数据库时报错 |
zh2000
36200
|
2008/11/19 23:15:33 |
要已安装 DEV 控件; 屏蔽 cbsUnchecked 和 cbschecked 等不能编译的语句; 删除 unit4 引用....
编译成功..*.mwk 就是数据库...
运行可以..不错...有参考价值...谢谢作者提供....哈哈 |
zh2000
36199
|
2008/11/19 22:56:36 |
请问要数据库吗? |
zh2000
36198
|
2008/11/19 22:54:58 |
先支持一下.... 不过不能编译... [Error] main.pas(1372): Undeclared identifier: 'cbsUnchecked' [Error] main.pas(1380): Undeclared identifier: 'cbschecked' [Error] main.pas(1459): Undeclared identifier: 'cbschecked' [Error] main.pas(1470): Undeclared identifier: 'cbschecked' [Error] main.pas(1482): Undeclared identifier: 'cbsUnchecked' [Fatal Error] Project1.dpr(8): Could not compile used unit 'main.pas'
unit4.pas 没有 |