Search found 1 match
- 17.12.2009, 15:03
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Req: CRLF in ZPropertyEditor.pas
- Replies: 1
- Views: 266
Req: CRLF in ZPropertyEditor.pas
Hi Forum, apperently I got errors when using zeoslib with RaveReport 7. I got a conflict with a function named "CrLf" in RpBase.pas. So can't we change these corresponding lines in ZPropertyEditor.pas ? (lines 170 ff.) const CRLF = LineEnding; ... into eg. const zCRLF = LineEnding; ... etc...