步骤如下:
1.install component->browse ..source/decision cube/mxgrid
2.complie然后弹出如下错误提示:[Error] types.pas(14): Undeclared identifier: 'PLongint'
[Error] types.pas(16): Undeclared identifier: 'PInteger'
[Error] types.pas(18): Undeclared identifier: 'PSmallInt'
[Error] types.pas(20): Undeclared identifier: 'PDouble'
[Error] types.pas(22): Undeclared identifier: 'PByte'
[Fatal Error] variants.pas(17): Could not compile used unit 'Types.pas'
实际上,我已经从CB6下拷来的type.pas文件,
这些类型(PLongint)在type.pas中都有定义,
但没有用!
这样的问题该怎么解决?
bow first!