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
72 stars 33 forks source link

Cannot compile under XE, tb2k repatched #73

Closed Ludens1 closed 3 years ago

Ludens1 commented 3 years ago

2.5.7 refuses to compile under XE with repatched tb2k.

[DCC Fatal Error] SpTBXLib.dpk(35): E2202 Required package 'vclwinx' not found

Ludens1 commented 3 years ago

I tried to completely repatch and recompile, the result is:

[DCC Error] TB2Item.pas(2776): E2003 Undeclared identifier: 'TTBFloatingWindowParent'

(Delphi XE, Windows 7)

Ludens1 commented 3 years ago

Reverted to 2.5.6 :(

SilverpointDev commented 3 years ago

Fixed, try the latest

Ludens1 commented 3 years ago

Unfortunately the problem with compiling under XE persisted: image [DCC Error] TB2Item.pas(2776): E2003 Undeclared identifier: 'TTBFloatingWindowParent'

(tb2k 2.2.2 was repatched again)