> [INTERPRETER] > * NEW: External libraries can be located inside the project. They are > automatically copied into /tmp when used. > > > I guess you can't run libraries from NOEXEC partition, even though binaries > itself are in /usr/local/bin..? > Is there any other viable choice than /tmp? Option to use Home folder > instead? > > But I'm not sure if this matters with ready software, as I'm planning to > distribute it with installation package. > And installing needs admin privileges anyway... I'm not sure how to deal > with shared libraries with these packages. > > My plans are not yet clear to me at all. > > Jussi
It's actually a hack for test projects. It is useless for real use, because storing an executable inside a Gambas project makes it architecture-dependent, which is against its design. In other words, don't use that in real life. That feature may be removed. Regards, -- Benoît Minisini ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
