emazurek
2008-02-14
Hi,
Platform is Win XP.
I have a fairly large Rexx/Rexx/DW program that runs just fine when I execute it. I tried compiling it
via regina -c pgm.rexx pgm.rexxc. Now, when I attempt to execute it I get a error 6 and 6.2:
Error 6 running "C:\rexx\hpr_analysis.rexxc", line 1: Unmatched "/*" or quote
Error 6.2: Unmatched single quote (')
Press ENTER key to exit...
Are there any known problems or restrictions when compiling besides not using the interpret instruction?
Thanks,
Ed
emazurek
2008-02-14
Hi,
Nevermind... I just saw the -e parameter. I guess that needs to be specified.
It would really be nice if that was determined automatically.
Thanks!
Ed