Jump to content


PaulD

Member Since 18 Aug 2026
Offline Last Active Aug 22 2026 01:12 AM
-----

Posts I've Made

In Topic: Unable to install in either 10.2 or 13

19 August 2026 - 01:22 AM

Okay, I guess I didn't understand how the build options worked with Delphi 13. Sorry to bother you.

 

I also got it to work with 10.2.  What I said in my email turns out to be incorrect.

 

In NxStyles6.pas, There is this line:

 

    StyleServices.DrawElement(Canvas.Handle, Details, Dest, nil); //, Screen.PixelsPerInch);
 
I commented out the Screen.PixelsPerInch parameter.  That did not used to be a parameter. Also, it is currently an optional parameter, so the code compiles in Delphi 13 without the last parameter.  I don't know if you need that parameter in Delphi 13 or not, but it compiles without it.