Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Rebol on Pocket PC

 [1/4] from: sisbro:pipo at: 18-Aug-2002 18:52


Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi !=0D =0D A little problem with rebol on my PocketPC.=0D I can't associate *.r files with the rebol engine.=0D Someone have an idea ?=0D =0D I use a Casio under Windows CE (MIPS processor).=0D I have realize an association with PocketTweak=0D =0D *.r -> "\Program Files\rebol\rebol.exe" -qs "%1" =0D =0D Rebol engine start, but don't execute the script, and the console is visible =0D =0D Any idea ? Thanks !=0D =0D Jerome. -- Binary/unsupported file stripped by Listar -- -- Err : No filename to use for decode, file stripped. -- Type: image/gif

 [2/4] from: al::bri::xtra::co::nz at: 19-Aug-2002 16:34


Jerome wrote:
> I use a Casio under Windows CE (MIPS processor).=0D > I have realize an association with PocketTweak=0D > =0D > *.r -> "\Program Files\rebol\rebol.exe" -qs "%1" =0D
On my Windows XP I've got this association: "c:\rebol\view\rebol.exe" -qs "%1" Have you set up the REBOL_HOME environment value? On my machine it has the value: C:\Rebol\Core\ Andrew Martin ICQ: 26227169 http://valley.150m.com/

 [3/4] from: brian:hawley at: 21-Aug-2002 16:44


At 06:52 PM 8/18/02 +0200, Sisbro wrote:
>Hi !
Hi yourself!
>A little problem with rebol on my PocketPC. >I can't associate *.r files with the rebol engine. >Someone have an idea ?
REBOL on WinCE and PocketPC doesn't pay attention to command line parameters, for no discernable reason. Because of this you can't associate files. On another note, you can't use the clipboard in the REBOL console either, like you can on regular Windows. These problems severely limit the usefulness of REBOL on WinCE. Please send feedback about this. I can't be the only one that wants to use REBOL as more than a toy on a WinCE or PocketPC machine. Brian

 [4/4] from: brian:hawley at: 21-Aug-2002 16:54


At 04:34 PM 8/19/02 +1200, Andrew Martin wrote:
>Jerome wrote: > > I use a Casio under Windows CE (MIPS processor).=0D
<<quoted lines omitted: 3>>
>On my Windows XP I've got this association: > "c:\rebol\view\rebol.exe" -qs "%1"
REBOL on Windows CE doesn't take parameters :(
>Have you set up the REBOL_HOME environment value? On my machine it has the >value: > C:\Rebol\Core\
Windows CE doesn't have environment variables. See the "General Paranoyaxc - Unix ports" page at http://www.rainer-keuchel.de/ for workarounds to this. He uses the registry, a clib wrapper and his own console code, but it works. Not with REBOL though. Brian Hawley

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted