Hi team,
Today, I upgrade the newLISP from v.10.3.3 to v.10.4.0, found that could not work with winscript.lsp:
C:>newlisp
newLISP v.10.4.0 on Win32 IPv4/6 UTF-8, execute 'newlisp -h' for more info.
> (module "winscript.lsp")
MAIN
> (WINSCRIPT:Initialize "VBScript")
The newlisp would crash when initial the winscript.
My os is Windows XP SP3 and newLisp is v.10.4.0 GS with UTF-8_win32.
Thanks!
In line 870 change 265 -> 2312. A corrected version: 0.23 can also be found here:
http://www.newlisp.org/modules/various/winscript.lsp.html
Quote from: "Lutz"
In line 870 change 265 -> 2312. A corrected version: 0.23 can also be found here:
http://www.newlisp.org/modules/various/winscript.lsp.html
Thanks very much! The issue went away.
Actually, I visit that site yesterday and the version is still v0.22. Seems the firefox cache the page and I forget to refresh.
Anyway, I got it now and thanks again!