W
wqtech
Unregistered / Unconfirmed
GUEST, unregistred user!
依此安装了XP Theme Manager、ExpressLibrary、ExpressExport Library
在ExpressDataController 安装过程中出现错误提示(cxVariants.pas进行Compile时出现错误):
[Error] cxVariants.pas(344): Undeclared identifier: 'FindVarData'
----出错的语句是 Result := VarTypeIsDate(FindVarData(AValue)^.VType);
[Error] cxVariants.pas(344): Pointer type required
----出错的语句是 Result := VarTypeIsDate(FindVarData(AValue)^.VType);
[Error] cxVariants.pas(355): 'END' expected but ')' found
----出错的语句是 (FindVarData(AValue)^.VType = VarFMTBcd)
[Fatal Error] cxCustomData.pas(43): Could not compile used unit '../Sources/cxVariants.pas'
请问如何解决,请大俠出手哦!
在ExpressDataController 安装过程中出现错误提示(cxVariants.pas进行Compile时出现错误):
[Error] cxVariants.pas(344): Undeclared identifier: 'FindVarData'
----出错的语句是 Result := VarTypeIsDate(FindVarData(AValue)^.VType);
[Error] cxVariants.pas(344): Pointer type required
----出错的语句是 Result := VarTypeIsDate(FindVarData(AValue)^.VType);
[Error] cxVariants.pas(355): 'END' expected but ')' found
----出错的语句是 (FindVarData(AValue)^.VType = VarFMTBcd)
[Fatal Error] cxCustomData.pas(43): Could not compile used unit '../Sources/cxVariants.pas'
请问如何解决,请大俠出手哦!