TBitConverter is changed in XE8

Issue #105 invalid
Christophe Ravaut created an issue

TBitConverter is not in nit Data.DB but in System.Types

TBitConverter.ToLongInt(Buffer) must change into TBitConverter.InTo<LongInt>(Buffer)

Comments (1)

  1. Stefan Glienke repo owner

    Thanks but that change is useless as it now would not compile for <XE8. Also that is not everything that need to be changed to support XE8.

    I am working on it.

  2. Log in to comment