RES: Re: .r files to .exe in windows?
[1/2] from: castellani-cpt:itautec-philco at: 13-Oct-2003 8:35
It?s royalt free ?
-----Mensagem original-----
De: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]Em nome de
Gregg Irwin
Enviada em: sexta-feira, 10 de outubro de 2003 18:16
Para: Carlos Lorenz
Assunto: [REBOL] Re: .r files to .exe in windows?
Hi Carlos,
CL> Is there any compiler to REBOL to make .exe files to WIndows?
Yes, sort of. :) The ENCAP tool, now part of the SDK, allows you to
bind your script to the REBOL runtime to create a completely
standalone EXE. Your script, due to the nature of REBOL, is not
compiled, it is simply compressed and embedded in the EXE.
EXEs created this way require no installation what-so-ever to run.
Very nice, easy to deploy. AltME and FTPGadget are good examples.
-- Gregg
[2/2] from: maarten::vrijheid::net at: 13-Oct-2003 14:02
Marcelo Fontes Castellani wrote:
Yes, unless you expose the REBOL language directly.
--Maarten