The JEDI Code Library (JCL) is a set of utility functions and non-visual classes for re-use in Delphi and C++ Builder projects.
0
votes
0answers
74 views
installation failure when installing jcl-2.4.1.4571 for delphi 7
when installing jcl-2.4.1.4571 for delphi 7 , I ran across following failure message:
File not found: 'Docktoolform.dcu'
Could anyone help me ?
0
votes
0answers
34 views
Delphi XE3 Fatal Compilation Error in jlcSysInfo [duplicate]
New to XE3, when I try to compile a small application with a JVCL component on it
I get the following error:
[dcc32 Fatal Error] JclSysInfo.pas(1402): F2051 Unit JclRegistry was compiled
with a ...
1
vote
1answer
56 views
Something about JvPatchFile component?
I looked everywhere, but couldn't find anything related to this component, please could you give me some advice on how to use it? Thank you.
3
votes
1answer
159 views
Error on installing JVCL
I have installing JCL via Install.bat and its successfully installed. However, when I try to install JVCL via install.bat, I got any error message like this:
[Compiling installer...]
Using ...
0
votes
1answer
126 views
Delphi 2010, installing a package that requires JCL
Okay. So I have Delphi 2010 installed.
It compiles/builds
JCL/packages/d14/jcl.dpk just fine
I then have another pakcage (not Jedi) that requires JCL. (I get error that it requires that package.)
...
0
votes
0answers
1k views
Proper way to install JVCL 3.47 on XE3
I am trying to install JVCL 3.47 on a Delphi XE3 instance but I failed twice; I know that first I must install JCL; When I run Install.bat located in the jcl folder I get this error: "Windows cannot ...
1
vote
0answers
260 views
JCL requires source in Delphi library path
I've installed the JCL into Rad-Studo XE2 and chose the option to modify the library paths as appropriate. This added z:\3rd party\Jedi 3.45\jcl\lib\d16\win32, and z:\3rd party\Jedi ...
0
votes
1answer
976 views
F2051 Unit JclUnitVersioning was compiled with a different version of System.Contnrs.TObjectList.Remove
I'm migrating a Delphi 2 project to RAD Studio XE2.
When I try to compile I get
[DCC Fatal Error] MyUnit.pas(9): F2051 Unit JclUnitVersioning was compiled with a different version of ...
0
votes
0answers
82 views
JCL: What to use instead of UnicodeIsWord?
Sometime between revision 3256 and 3594, UnicodeIsWord() was removed from JCL's jclUnicode.pas. Is there a substitute method or alternate approach we should be using instead?
1
vote
1answer
493 views
TJclCompressArchive (project Jedi). How to select a compression format?
Using Delphi XE on Win7 x64, have Jedi Class Library ver. 3.45, and 7z.dll ver. 9.20,
Uses .., jclcompression;
procedure TForm1.Button1Click(Sender: TObject);
const
an = 'C:\1.7z';
fn = ...
1
vote
1answer
476 views
Compress a file with JclCompression
I am trying to save (compress) a .zip file using JclCompression with the JCL Demo. When I press the Save button on the Read and Write Tab the demo calls:
procedure TFormMain.ActionSaveExecute(Sender: ...
0
votes
1answer
425 views
Using DwmIsCompositionEnabled (JwaDwmApi) on pre-vista causes error
Been trying to use the following code in order to check if Windows Aero is enabled:
function AeroEnabled: boolean;
var
enabled: bool;
begin
// Function from the JwaDwmapi unit (JEDI Windows Api ...
1
vote
1answer
473 views
No Stack Trace using JCL in Delphi XE
We have a project which we converted from Delphi 2007 to Delphi XE. In the 2007 version we used the JCL's debugging features to have a stack trace when an Exception appears. In fact we used the JCL's ...
6
votes
1answer
1k views
Can Delphi JCL 7zCompression used to compress/decompress in-memory stream without file operations?
I had used TJcl7zCompressArchive / TJcl7zDecompressArchive to do Archive operation before.
Now I would like to compress / decompress in-memory streams directly without file operation. However, when ...
10
votes
1answer
763 views
JEDI JCL Compression library wont open spanned archive files
Summary:
I am having trouble to get the JCL compression library to open any spanned archives.
It presents the error "(0000001) Incorrect Function" as defined in borlands 'windows.pas';
scenerios:
A ...
1
vote
3answers
909 views
Access JCL Debug information contained in executable?
Is there a way to access the Jedi Debug Information (JDBG) contained in an executable?
Microsoft debugging tools have pointed me to a stack chain in my binary, and i want to know what ...
3
votes
1answer
763 views
How can I log the callstack with JCL without using raise exception
Background
We have a problem that sometimes the grid in Devexpress raise exception
"Raised EConvertError: Cannot assign a nil to a TFont".
But to trace the real cause of this we have changed Font ...
6
votes
1answer
291 views
Why use JCL UNITVERSIONING?
The JCL library have an conditional define UNITVERSIONING. I don't know why this option exists and don't know how to use this. I know that there are a unit called JclUnitVersioning.pas, but can't find ...
0
votes
2answers
371 views
Prevent a unit to be automatically added to the Uses clause?
I am using TJvTransparentForm (from Project JEDI) on one of my forms. I am also using AlphaControls for my entire project. The problem is, TJvTransparentForm does not work well with the unit "acPNG" ...
0
votes
2answers
516 views
JclLastExceptStackListToStrings produces an empty string list
I've installed JCL into Delphi 2010. In the following code
try
raise Exception.Create('Error Message');
except
on E: Exception do
begin
ResultStatus := JclLastExceptStackListToStrings(sl, ...
2
votes
1answer
241 views
Returning complex types (Classes, Arrays of Classes) using JCL and CLR
I first referenced this question to get started, but reached a roadblock when trying to return a Class or Array of a Class using a .NET Assembly in Delphi XE.
Consider the following:
//C#
...
1
vote
1answer
391 views
C++ Builder XE and JEDI JCL
Has anybody successfully compiled the JCL for C++ Builder XE? I have tried on XP and Win7 with no luck. I have filed a bug but this is a show stopper for me right now, so though I would ask here. I ...
2
votes
2answers
209 views
Are there localized resource strings available for the JCL (JEDI Code Library)?
Is there a translation/localization sub-project for the JEDI Code Library?
I'm especially looking for German, French and Italian versions of JclResources.pas and JclVclResources.pas (and might be ...
7
votes
6answers
2k views
Need a way to periodically log the call stack/stack trace for EVERY method/procedure/function called
I'm working on a very large application where periodically I'd like to log the ENTIRE call stack up until the current execution point (not on an exception). The idea here is that I want a map of the ...
1
vote
1answer
287 views
JEDI Code Library line number for exception
I have a codegear C++ builder project and added the JCL library to get a stackdump when an exception occurs. I get the stackdump, but the most important thing is missing, the line number where the ...
4
votes
1answer
401 views
delphi - watching for files changes in directories - implemented in JCL?
I need to notify my application in some way whenever any file in the given directory has been changed (its content has been modified) ... is there any JCL/JVCL routine for that?
Thanks in advance ...
...
3
votes
2answers
411 views
need help with interesting call to JCL's TEvaluator
i'm using JCL's expression evaluator TEvaluator (a marvelous creation donated by barry kelly). (THANK YOU barry!)
background
i've used the AddFunc method.
function MyFunc:double;
begin
// ...
3
votes
2answers
872 views
How to use JEDI TJCLHashMap classes?
I'm trying to use TJCLHashMap family of classes, but apparently this class has no useful public methods. All methods are "protected". How to use this class? Although JCL comes with some samples, I ...
