E2003 Undeclared identifier: ‘TkbmMWStringLis

Home Forums kbmMW E2003 Undeclared identifier: ‘TkbmMWStringLis

Viewing 3 reply threads
  • Author
    Posts
    • #55270
      TomYU
      Participant

      hi,

      I can’t compile my project on android 32 platform.

      Test code:

      unit Unit2;

      interface

      uses
      System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants,
      FMX.Types, FMX.Controls, FMX.Forms, FMX.Graphics, FMX.Dialogs,
      kbmmwglobal;

      type
      TForm2 = class(TForm)
      private
      l:TkbmMWStringList;
      { Private declarations }
      public
      { Public declarations }
      end;

      var
      Form2: TForm2;

      implementation

      {$R *.fmx}

      end.

      Delphi 10.4.1

      kbmMW 5.13.01

      best regards

      Tom YU.

       

      • This topic was modified 5 years ago by TomYU.
    • #55284
      kimbomadsen
      Keymaster

      Hi,

      I will release an update of kbmMW which will compile correctly in 10.4 for Android (NextGen).

      It is under test at the moment.

    • #55395
      TomYU
      Participant

      when will release an update of kbmMW?

    • #55475
      kimbomadsen
      Keymaster

      Now within days.
      Contains quite a number of fixes and some new features.
      best regards

      Kim/C4D

Viewing 3 reply threads
  • You must be logged in to reply to this topic.