Compile errors

TMS Component Pack 7.3.1.1


Delphi XE2 Pro

tmsdXe2

Remove bdertl form requires list - not required and will not compile in win64.
Add winapi and system.win to unit scope names - will not compile in win32 release.

You're correct that if you want to compile this package in 64bit in XE2, bdertl.dcp should be removed. If you want to compile your application in 64bit using component, this isn't needed and shouldn't be a problem though. We'll remove the reference to bdertl.dcp anyway in the next update.


The default unit scope names should be used, i.e.
Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell

with these settings, we do not see any problem here.