Closed raelb closed 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
This was already fixed in the latest commit.
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)
The package compiled fine in D10.4