I am using Andre's dbLib in my stack.
However, when I open LiveCode I need to manually start aagDbLib in the LC menu and then activate the checkbox to make it actually active.
Is there a way to "include" it in my stack?
I was thinking something like
Code: Select all
  ### Start using DBLIB from Andre Garzia
      try
      start using "aagDBLib.livecode"
   catch n
      put the result && n
   end try
Thanks,
Pascal


