delphi - How do I use JCL after installing -


i have installed jcl v2.4.1.4571 in d2009 (using install.bat file) http://wiki.delphi-jedi.org/wiki/jedi_code_library

there lot of 'progress activity' in installation screen guess went well.

my question how use newly installed jcl?

i found .pas files in ..\source\common folder used expanding downloaded jcl-2.4.1.4571.zip file into. 1 .pas file jcldatetime.pas , contains 'dates , times' routines. guess can search through file routine may want, maybe there more streamlined way of finding routines?

also hints on using jcl in ide itself? did not asking google.

cheers

posting answer because it's big comments.

http://wiki.delphi-jedi.org/wiki/jedi_code_library - "the jedi code library (jcl) consists of set of thoroughly tested , documented utility functions , non-visual classes". it's code library. there couple of things plug ide jcldebug. won't google because don't use in ide. include jcl.... files in source code , can use functions.

a starting point files.

http://sourceforge.net/projects/jcl/files/jcl%20releases/jcl%202.6%20build%205178/jcl-2.6.0.5178-chmhelp.zip/download

or pdf file

http://sourceforge.net/projects/jcl/files/jcl%20releases/jcl%202.6%20build%205178/jcl-2.6.0.5178-pdf.zip/download

don't confuse jcl jvcl. first non-visual classes , utility functions, second component library plugs ide.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -