2 scripts tagged as: [author · pascal hurni]
FastCGI Broker | ||
fcgi-broker.r discussion | v:1.0.1 2.6 KB 15 Dec 2005 | Rebol script broker for a hooked rebol interpreter launched as a FastCGI application.
This is the root script which runs others scripts on request of the FastCGI peer.
This enables REBOL/Core or REBOL/View to act as a FastCGI application without the need
for REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at [...] author: Pascal Hurni |
RebCall system | ||
rebcall.r | v:1.0.0 6.5 KB 15 Dec 2005 | Call DLL functions efficiently with REBOL/View without the need for REBOL/View/Pro or REBOL/Command.
This script only works on Windows with a patched REBOL interpreter.
Details available at http://mortimer.devcave.net/projects/rebcall
Actually only the types that fits in 32 bits are supported
for the parameters. Thus decimal! values are not.
It could also work [...] author: Pascal Hurni |