Re: [Gambas-user] Invoking interpreter from complied program

2015-02-11 Thread nando
ct: Re: [Gambas-user] Invoking interpreter from complied program > > Is it possible for a compiled program to read instructions > > from a text file? > > I'm trying to write a program that can have functions added > > without needing to recompile the base program. > > I

Re: [Gambas-user] Invoking interpreter from complied program

2015-02-11 Thread CJ
> Is it possible for a compiled program to read instructions > from a text file? > I'm trying to write a program that can have functions added > without needing to recompile the base program. I've been using the following to execute Gambas script and passing data via arguments to the script, then

Re: [Gambas-user] Invoking interpreter from complied program

2015-02-10 Thread VonZorch
Thank you, that solves my problem. -- View this message in context: http://gambas.8142.n7.nabble.com/Invoking-interpreter-from-complied-program-tp50600p50604.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Invoking interpreter from complied program

2015-02-10 Thread Jorge CarriĆ³n
I don't think so. In old Clipper 5 I had a database with "codeblocks" that you can load in execution time... but this is a big hole in security, I guess... Regards 2015-02-10 1:56 GMT+01:00 VonZorch : > Is it possible for a compiled program to read instructions from a text > file? > I'm trying t

Re: [Gambas-user] Invoking interpreter from complied program

2015-02-09 Thread Tobias Boege
On Mon, 09 Feb 2015, VonZorch wrote: > Is it possible for a compiled program to read instructions from a text file? > I'm trying to write a program that can have functions added without needing > to recompile the base program. > Of course you can *read* them (File.Load()). You can also execute ce

[Gambas-user] Invoking interpreter from complied program

2015-02-09 Thread VonZorch
Is it possible for a compiled program to read instructions from a text file? I'm trying to write a program that can have functions added without needing to recompile the base program. -- View this message in context: http://gambas.8142.n7.nabble.com/Invoking-interpreter-from-complied-program-tp