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.
or pdf file
don't confuse jcl jvcl. first non-visual classes , utility functions, second component library plugs ide.
Comments
Post a Comment