jedi-code-library
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;[详细]
2023-04-06 23:54 分类:问答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\'[详细]
2023-04-04 10:09 分类:问答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 / decompressin-memory streams directly without file operation.However, when see[详细]
2023-03-26 19:14 分类:问答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\';[详细]
2023-03-17 14:08 分类:问答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 methods/procedu[详细]
2023-03-06 01:36 分类:问答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\".[详细]
2023-02-18 12:17 分类:问答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开发者_开发百科.pa[详细]
2023-02-16 00:50 分类:问答Prevent a unit to be automatically added to the Uses clause?
I am us开发者_如何学Cing 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[详细]
2023-02-08 15:54 分类:问答JclLastExceptStackListToStrings produces an empty string list
I\'ve installed JCL into Delphi 2010. In the following code try raise Exception.Create(\'Error Message\');[详细]
2023-02-04 06:43 分类:问答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[详细]
2023-01-16 13:39 分类:问答