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

[REBOL] error invoking with no window

From: dbart1::yahoo::com at: 30-Nov-2001 10:19

I'm developing a rebol script in win2k and I get an error when invoking it so that no window opens. Example: rebol -s -w script1.r when I do this I get a small windows message box on the screen that says - rebol.exe has generated error and will be closed by windows. You will need to restart the program. An error log is being created. The script works fine if I leave out the "-w". I'm using just plain rebol core (2.5.0.3.1) I've reduced the script to a very simple case as such: REBOL [ Title: "Rebol" File: %junk3.r Date: 12-nov-01 Purpose: {Test} Category: [Test] ] x1: "junk" send [me--corp--com] "This is a mail message" probe x1 wait 5 quit Anybody know what may be going on? - or where the error log was put? David B.