Carlo Barazzetta

Results 113 comments of Carlo Barazzetta

Ho fatto un aggiornamento per Delphi 11.1, attenzione che i nomi (LibSuffix) dei package per D11 sono cambiati.

Yes, InstantObjects works also in Professional version, but you must remove the dependencies of Units that uses some technologies/databases not supported in in Professional version. I haven't Professional Version installed...

Yes, I know this bug, it happens when you have more than one screen and you open Windows Explorer on the secondary screen or drag it to it. For now...

Hi Angus, I have the same problem sometimes, especially when I work with multiple monitors ... My Shell extension is based on Rodrigo Ruz's great project here: https://github.com/RRUZ/delphi-preview-handler and sometimes...

We are searching contributors that uses Linux platoform.

I did some tests, but I didn't understand the reason of the AV. I noticed that if you don't activate StyleBook1.UseStyleManager and assign the style to the form via code:...

Please try to change Image32.inc adding {$IFDEF MSWINDOWS} surrounding of {$DEFINE USING_VCL_LCL} as in this example: ``` {$IFDEF MSWINDOWS} {$DEFINE USING_VCL_LCL} {$ENDIF} ```