Questions tagged [jedi-code-library]

The JEDI Code Library (JCL) is a set of utility functions and non-visual classes for re-use in Delphi and C++ Builder projects.

The JEDI Code Library (JCL) is a set of utility functions and non-visual classes for re-use in Delphi and C++ Builder projects.

See JEDI Code Library on SourceForge.

42 questions
0
votes
0 answers

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?
DaveS_Lifeway
  • 375
  • 3
  • 9
0
votes
1 answer

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 Library) DwmIsCompositionEnabled(enabled); Result…
Jeff
  • 12,085
  • 12
  • 82
  • 152
0
votes
2 answers

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" from AlphaControls. I need to use the regular PNG…
Jeff
  • 12,085
  • 12
  • 82
  • 152
0
votes
1 answer

Delphi JCL Debug missing stack frame entries for JDBG

I use following code to dump stack frame at the moment of an exception: ... var FTraceList: TStringList; ... procedure TTraceForm.LogException(ExceptObj: TObject; ExceptAddr: Pointer; IsOS: Boolean); begin ... StackList :=…
tk_
  • 490
  • 3
  • 15
0
votes
1 answer

E2040 Declaration terminated incorrectly

I am building WinSCP from source. When compiling source, following error occurs: [bcc32 Error] Jcl.cpp(9): E2040 Declaration terminated incorrectly The IDE is indicating at following source. //…
pmverma
  • 1,653
  • 13
  • 27
0
votes
1 answer

It is possible to display the windows context menu for multiple files using DisplayContextMenu form JEDI JCL library?

It is possible to display the windows context menu for multiple files using DisplayContextMenu form JEDI JCL library ? This is the code: function DisplayContextMenu(const Handle: THandle; const FileName: string; Pos: TPoint): Boolean; var …
Marus Gradinaru
  • 2,824
  • 1
  • 26
  • 55
0
votes
1 answer

Why JclIDEUtils works only if Jcl is installed?

I have the following code which tries to detect Delphi installations using JclIDEUtils. To test it I set up two Virtual machines, both run Win 7 and in both systems I installed Delphi XE3 but in VM n1 I installed Jcl also, in VM n2 I didn't. Well,…
Marco
  • 86
  • 1
  • 7
0
votes
1 answer

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 ?
world peace
  • 147
  • 3
  • 9
0
votes
0 answers

Delphi XE3 Fatal Compilation Error in jlcSysInfo

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 different version of JclBase.HexFmt can anyone offer a…
0
votes
1 answer

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.) I have tried adding the path to jcl140.bpl to its…
Tom
  • 3,587
  • 9
  • 69
  • 124
0
votes
0 answers

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 find '..\bin\JediInstaller.exe' ...; I looked…
Cristian Vasuica
  • 369
  • 9
  • 22
-1
votes
1 answer

JEDI JCL Compress in memory/direct to disk?

I have used TZIPForge for a long time now. Now I would like to change to JEDI JCL Compress. With TZIPForge I can decide whether it compressed fully in memory or whether it writes to disk directly while compressing. JEDI JCL seems to compress fully…
J. Doe
  • 1
  • 1
1 2
3