View Issue Details

IDProjectCategoryView StatusLast Update
0006144JEDI VCL02 Installationpublic2013-12-13 11:43
ReportermyarmorAssigned ToAHUser 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006144: JvRichEdit.pas fails to compile. Undeclared identifier StrLCopyA etc
DescriptionJvRichEdit.pas fails to compile for XE Professional.
StrLCopyA, StrLenA, StrLCompA don't exist in JCL 2.5.0.4833, or apparently anywhere else.

Based on grep the same issue is with JvCsvParse.pas,JvCsvData.pas too.

Steps To ReproduceUse JCL 2.5.0.4833 (2013-05-25 06:25:57 UTC)
Install JVCL daily 2013-05-25 08:37:29
TagsNo tags attached.

Activities

AHUser

2013-05-25 13:29

developer   ~0020495

You need a newer JCL. The Str*A functions are declared in JclAnsiStrings.pas. The JCL version on Sourceforge is not maintained anymore and may be deleted in the near future. You need the version from GitHub.
https://github.com/project-jedi/jcl

myarmor

2013-05-25 14:01

reporter   ~0020497

I wasn't aware that you had a separate edition (separate as they aren't the same) on github in additon to sourceforge, and that the JCL daily wasn't expected to work with JVCL daily anymore.

You might want to change the JEDI wiki to reflect the new JCL daily download location change.
I'm not really sure which would be the correct alternative on github as the master branch is has alot of content (website, help source, etc) unrelated to the actual package.

Issue History

Date Modified Username Field Change
2013-05-25 12:36 myarmor New Issue
2013-05-25 13:29 AHUser Note Added: 0020495
2013-05-25 13:29 AHUser Assigned To => AHUser
2013-05-25 13:29 AHUser Status new => feedback
2013-05-25 14:01 myarmor Note Added: 0020497
2013-12-13 11:43 obones Status feedback => resolved
2013-12-13 11:43 obones Resolution open => no change required