newLISP v.10.4.0 would crash with winscript.lsp

Started by redraiment, February 23, 2012, 12:15:53 AM

Previous topic - Next topic

redraiment

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!

Lutz

#1
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">http://www.newlisp.org/modules/various/ ... t.lsp.html">http://www.newlisp.org/modules/various/winscript.lsp.html

redraiment

#2
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">http://www.newlisp.org/modules/various/ ... t.lsp.html">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!