Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Bruce
On Sun, 2012-09-02 at 10:32 +0200, Fabien Bodard wrote: > 2012/9/2 Fabien Bodard : > > 2012/9/2 Bruce : > >> On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: > >>> Le 02/09/2012 03:44, Bruce a écrit : > >>> > Is there an easy way to access files inside a library or component > >>> > execut

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Fabien Bodard
2012/9/2 Fabien Bodard : > 2012/9/2 Bruce : >> On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: >>> Le 02/09/2012 03:44, Bruce a écrit : >>> > Is there an easy way to access files inside a library or component >>> > executable? Or more correctly, "What is the best way..." >>> > >>> > I am

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-02 Thread Fabien Bodard
2012/9/2 Bruce : > On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: >> Le 02/09/2012 03:44, Bruce a écrit : >> > Is there an easy way to access files inside a library or component >> > executable? Or more correctly, "What is the best way..." >> > >> > I am abstracting some common database

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-01 Thread Bruce
On Sun, 2012-09-02 at 03:54 +0200, Benoît Minisini wrote: > Le 02/09/2012 03:44, Bruce a écrit : > > Is there an easy way to access files inside a library or component > > executable? Or more correctly, "What is the best way..." > > > > I am abstracting some common database methods into a library

Re: [Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-01 Thread Benoît Minisini
Le 02/09/2012 03:44, Bruce a écrit : > Is there an easy way to access files inside a library or component > executable? Or more correctly, "What is the best way..." > > I am abstracting some common database methods into a library out of > several of our apps. The problem I am having is that these

[Gambas-user] Files inside executables - access strategy advice (advanced)

2012-09-01 Thread Bruce
Is there an easy way to access files inside a library or component executable? Or more correctly, "What is the best way..." I am abstracting some common database methods into a library out of several of our apps. The problem I am having is that these methods rely on some metadata files that curr