Delphi 10.4 and WPTools FMX

  • I know its only just released but do you have an estimate when WPTools FMX can be used with Delphi 10.4 ?

    I am also waiting for TMS components to release their updates so not immediately holding anything up. I have installed both 10.3 and 10.4 and will switch when all components are available for 10.4

    They have removed the horrible ARC memory management so maybe you can look at that iPad version now.

    Latest version of WPTools FMX looking very good. Symbol fonts working great, my RTF tables loading the same as my original VCL version. I have switched my Mac product over to WPTools and it has been released to customers for a few weeks.

    Dave Peters
    DP Software

    • Offizieller Beitrag

    You can compile WPTools FMX with 10.4 without significant changes. Just add VER330 to your compiler symbols.

    The other change is this: {$IFDEF VER340} US {$ELSE} US[0] {$ENDIF},

    the compiler will tell you where.

    But there will be an one update to WPTools 9.1 which I don't want to rush since I am still working on it. (I am using WPTools FMX myself in a large scale product)