Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JCL 1.101 Build 2725 (with support for RAD Studio 2007)

4 views
Skip to first unread message

Florent Ouchet

unread,
Sep 19, 2007, 4:42:03 PM9/19/07
to
Hi all,

This new release of the Jedi Code Library is available in the JCL pages
at Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=47514

This releases support RAD Studio 2007 and is based on the content
of the source repository at Sourceforge (revision 2134 - packaged on
Aug. the 15th).

Head changes for this release are:
- New function to initialize TFont object from standard system fonts
(JclFont.pas)
- New functions to move and copy directories in JclFileUtils.pas.
- Conversion functions between SID and string are added to
JclSysInfo.pas.
- Expression evaluation now supports operators (and, or, xor, not...).
- new stream classes: TJclSectoredStream to handle data in a sectored
storage, TJclCRC16Stream and TJclCRC32Stream to protect a sectored
stream using checksums.
- new functions to easily handle command line parameters
(JclFileUtils.pas)

As usual many enhancements and bug fixes are part of this release, the
subversion repository contains full log of all these changes:
http://sourceforge.net/svn/?group_id=47514

The address of JCL mantis changed to
http://homepages.codegear.com/jedi/issuetracker/

This release is split in 9 files:

Source code (without doc):
- JCL-1.101.1.2725.zip : source code for Windows.
- JCL-1.101.1.2725-linux.tar.gz : source code for Linux.
- JCL-1.101.1.2725-turbo.zip : source code and precompiled installer for
systems where only Turbo Explorer is installed, if you have an other
version, you should use JCL-1.101.1.2725.zip.

Documentation in six formats:
- JCL-1.101.1.2725-chmhelp.zip : CHM help files (might be used on
Windows and Linux).
- JCL-1.101.1.2725-winhelp.zip : WinHelp files to be integrated in the
IDE help system of C++Builder 5, C++Builder 6, Delphi 5, Delphi 6 and
Delphi 7.
- JCL-1.101.1.2725-htmlhelp2.zip : Help files to be integrated in the
IDE help system of Delphi 2005, BDS 2006 and Turbo Delphi, Delphi
2007 for Win32, C++Builder 2007 and RAD Studio 2007.
- JCL-1.101.1.2725-htmlhelp-win.zip: HTML help to be viewed in browser
running on Windows.
- JCL-1.101.1.2725-htmlhelp-linux.tar.gz : HTML help to be viewed in
browser running on Linux.
- JCL-1.101.1.2725-pdf.zip : PDF help to be used on any platform.

JCL-1.101.1.2725-partnerdvd.zip is the version of RAD Studio 2007
partner DVD, it basically contains both JCL-1.101.1.2725.zip and
JCL-1.101.1.2725-htmlhelp2.zip.

--
Florent Ouchet
JCL Team Coordinator

Pierre

unread,
Sep 21, 2007, 10:45:44 PM9/21/07
to
Florent Ouchet wrote:
> Hi all,
>
> This new release of the Jedi Code Library is available in the JCL pages
> at Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=47514
>

More than a couple of years I had reported the following syntax error/
bug, which still doesn't seem to fixed:

In module jvfunctions.pas, line 1469

"if (not CharIsNumber(Ch)) or (Ch = DecimalSeparator) then"

should be, AFAICWO

"if (not CharIsNumberChar(Ch)) or (Ch = DecimalSeparator) then"

regards

--

Pierre
Worrigee, NSW,
,-._|\
/ Oz \
\_,--._/
v

"He uses statistics as a drunken man uses lamp-posts... for support
rather than illumination."
Andrew Lang (1844-1912)

OBones

unread,
Sep 22, 2007, 5:47:31 AM9/22/07
to
Pierre wrote:
> Florent Ouchet wrote:
>> Hi all,
>>
>> This new release of the Jedi Code Library is available in the JCL pages
>> at Sourceforge:
>> http://sourceforge.net/project/showfiles.php?group_id=47514
>>
>
> More than a couple of years I had reported the following syntax error/
> bug, which still doesn't seem to fixed:

Reported where? I haven't seen it in Mantis
http://homepages.codegear.com/jedi/issuetracker/

--
Olivier Sannier
JVCL Coordinator
http://jvcl.sf.net/

Find more about me on LinkedIn:
https://www.linkedin.com/in/obones

Pierre

unread,
Sep 22, 2007, 6:30:19 AM9/22/07
to
OBones wrote:
> Pierre wrote:

>
> Reported where? I haven't seen it in Mantis
> http://homepages.codegear.com/jedi/issuetracker/
>

i placed a report in whatever the bug tracker was at the time. Never
bothered to follow up because it is a straightforward edit. Nevertheless...

0 new messages