16-bit REXX API, CMD.EXE and other

Discussions about REXX support in OS/2 personality
Post Reply
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

16-bit REXX API, CMD.EXE and other

Post 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
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

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

Post 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/
admin
Site Admin
Posts: 1925
Joined: Wed Dec 19, 2018 9:23 am
firstname: osFree
lastname: admin

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

Post 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
Post Reply