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 [EMAIL PROTECTED] "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.
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.