KbmMemSQL Windows 32 bit only

Home Forums kbmMemTable KbmMemSQL Windows 32 bit only

Viewing 2 reply threads
  • Author
    Posts
    • #54378
      teamnavigator
      Participant

      In my installation, KbmMemTable shows as available to all platforms (Win32, Win64, Android etc) but kbmMemSQL only shows win32 as a supported platform. Is this correct or is my install broken in some way ?

      Cheers

      David

    • #54379
      kimbomadsen
      Keymaster

      Hi,

      TkbmMemSQL will support all platforms supported by Delphi.

      However there has sneaked in a “code line error” (human error 😉 ) which you can fix by moving this section in kbmMemSQL.pas

       

      {$IFDEF LEVEL16}
        [ComponentPlatformsAttribute({$IFDEF LEVEL26}pidLinux64 or{$ENDIF}
                                     {$IFDEF LEVEL23}pidiOSDevice64 or {$ENDIF}
                                     {$IFDEF LEVEL18}pidiOSSimulator or pidiOSDevice or {$ENDIF}
                                     {$IFDEF LEVEL19}pidAndroid or {$ENDIF}
                                     pidWin32 or pidWin64
                                     {$IFDEF LEVEL17} or pidOSX32{$ENDIF})]
      {$ENDIF}
      

      a few lines down, so it is right above the line:

       

         TkbmMemSQL = class(TkbmCustomMemTable)
         private
      ...
      

       

      best regards
      Kim/C4D

    • #54391
      teamnavigator
      Participant

      Great Thanks you.

       

      Happy New year

      David

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