,看看这是什么有关问题
各位高手,看看这是什么问题?
执行到这里时const, dxExEdtr dxExEdtr dxExEdtr InputBoxMessage = WM_USER + 200;提示:
[Error] ztgl1.pas(11): Identifier expected but 'CONST' found
[Error] ztgl1.pas(11): '=' expected but identifier 'dxExEdtr' found
[Error] ztgl1.pas(11): '=' expected but identifier 'InputBoxMessage' found
[Error] ztgl1.pas(11): Constant expression expected
执行到这里时procedure InputBoxSetPasswordChar(var Msg: TMessage); message InputBoxMessage;
提示:
[Error] ztgl1.pas(41): Illegal message method index
执行到这里时ImgList, dxPSCore, dxPSTVLnk, dxCntner, dxTL, dxDBCtrl, dxDBTL,
提示:
[Fatal Error] lbda1.pas(8): File not found: 'dxPSCore.dcu'
怎么解决?谢谢!!
------解决方案--------------------
const后面没有',',赋值要用:=, 判断用 '=',
执行到这里时const, dxExEdtr dxExEdtr dxExEdtr InputBoxMessage = WM_USER + 200;提示:
[Error] ztgl1.pas(11): Identifier expected but 'CONST' found
[Error] ztgl1.pas(11): '=' expected but identifier 'dxExEdtr' found
[Error] ztgl1.pas(11): '=' expected but identifier 'InputBoxMessage' found
[Error] ztgl1.pas(11): Constant expression expected
执行到这里时procedure InputBoxSetPasswordChar(var Msg: TMessage); message InputBoxMessage;
提示:
[Error] ztgl1.pas(41): Illegal message method index
执行到这里时ImgList, dxPSCore, dxPSTVLnk, dxCntner, dxTL, dxDBCtrl, dxDBTL,
提示:
[Fatal Error] lbda1.pas(8): File not found: 'dxPSCore.dcu'
怎么解决?谢谢!!
------解决方案--------------------
const后面没有',',赋值要用:=, 判断用 '=',