Search found 2 matches

by jrichter
Wed Aug 31, 2005 3:25 am
Forum: newLISP in the real world
Topic: How to pass start-up system parameters in newlisp-tk
Replies: 3
Views: 3094

Not an easy question. I am not aware of a command to modify the stack of a running newLISP. We can only use the commandline-switch of the newLISP.exe. In newLISP-tk we have the additional layer of TK. There we can access the commandline-args via '(tk-args)' but there we are to late because newLISP....
by jrichter
Tue Aug 30, 2005 2:07 am
Forum: newLISP in the real world
Topic: How to pass start-up system parameters in newlisp-tk
Replies: 3
Views: 3094

How to pass start-up system parameters in newlisp-tk

Hi I would like a tip to start newlisp-tk passing -s (stack size) to specify a diferent default. I have tried to change the "properties" in the start-up icon from: "C:\Program Files\newlisp\newlisp-tk.exe" to "C:\Program Files\newlisp\newlisp-tk.exe" "-s 10000" but it did not worked. The HTML newlis...