While going through the rexx launcher code, I stumbled over some Windows-specific differences compared to the Unix solution, which add some complexity that may not be necessary, like an additional Windows-only ArgumentParser.h and the use of GetCommandLine() in the Windows version only.

Here are the referenced files:

   utilities\rexx\platform\unix\rexx.cpp
   utilities\rexx\platform\windows\rexx.cpp
   common\platform\windows\ArgumentParser.h

Would there be anything lost function-wise if I were to change Windows' rexx.cpp to match the Unix' rexx.cpp and forgo GetCommandLine() and ArgumentParser.h altogether?

---rony
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to