Page 1 of 1

16-bit REXX API, CMD.EXE and other

Posted: Thu Dec 20, 2018 11:04 pm
by admin
prokushev, Posted: Aug 07, 2008 3:45:44 pm:

Hi All.

If someone of your tried to install osFree REXX then, most probably, you have a problems
with executing REXX scripts from CMD.EXE (and also some problems with WPS execution,
but this is not question for present time). Actually, just calling of 32-bit api via 16-bit
wrappers doesn't help because CMD.EXE has too small stack and heap sizes. As result, we
can't execute rexx interpreter.

So, we need an solution to execute REXX from old 16-bit programs which has limited stack/heap
sizes. We can, of course, execute external process with REXX file as argument, but such solution
is wrong because executable often install subcommand handler which need to call from REXX
interpreter.

Is there any ideas?

wbr,
Yuri

Re: 16-bit REXX API, CMD.EXE and other

Posted: Thu Dec 20, 2018 11:05 pm
by admin
mgreene, Posted: Aug 17, 2008 2:37:56 am:

Does 4os2 have the same problem?

MikeG

http://www.mgreene.org/wikka
http://mikeos2.blogspot.com/

Re: 16-bit REXX API, CMD.EXE and other

Posted: Thu Dec 20, 2018 11:05 pm
by admin
prokushev, Posted: Aug 17, 2008 11:24:11 am:

No. This is only 16-bit related things. Not enough stack. Still have no idea how to resolve this.

wbr,
Yuri