Posted: Aug 07, 2008 3:45:44 pm
Administrator
Programming King
Posts: 19
Registered: 2008-06-07 |
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 head sizes. As result, we can't execute rexx interpreted. So, we need an solution to execute REXX from old 16-bit programs which has limites 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 any ideas? wbr,
Yuri |

