Recent

Author Topic: [SOLVED] How do I direct TSQLDBLibraryLoader to use SQLite on Big Sur OSX?  (Read 4152 times)

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Great to hear you squashed your bug, and thanks for returning to let us know.

Gizmo

  • Hero Member
  • *****
  • Posts: 831
The least I can do for sure is to do that.

For info, for anyone else, the reason it was failing despite the changes was because later on I run a "if FileExists(path to library)" which of course returns false, now, because the file does not exist on the filesystem in the same way with BigSur. So I basically created 3 ifdef compiler directives - one for Windows, one for Linux and one for OSX, and the OSX one does not do the file lookup.

 

TinyPortal © 2005-2018