SilverpointDev / sptbxlib

SpTBXLib is an expansion package for TB2K Delphi components that adds multiple features including support for styles and custom skins.
https://www.silverpointdevelopment.com
Other
73 stars 33 forks source link

Error compiling tb2k in D10.3 #98

Closed raelb closed 3 years ago

raelb commented 3 years ago

Hello, I patched tb2k with patch from SpTBXLib 2.5.8

Then tried to install tb2k in 10.3. I received this error when trying to compile:

protected {$IF CompilerVersion >= 33} procedure DoAfterMonitorDpiChanged(OldDPI, NewDPI: Integer); override; {$IFEND}

(line 224)

[dcc32 Error] TB2Dock.pas(224): E2137 Method 'DoAfterMonitorDpiChanged' not found in base class

The package compiled fine in D10.4

SilverpointDev commented 3 years ago

This was already fixed in the latest commit.