newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: redraiment on February 23, 2012, 12:15:53 AM

Title: newLISP v.10.4.0 would crash with winscript.lsp
Post by: redraiment on February 23, 2012, 12:15:53 AM
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!
Title: Re: newLISP v.10.4.0 would crash with winscript.lsp
Post by: Lutz on February 23, 2012, 07:17:36 AM
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
Title: Re: newLISP v.10.4.0 would crash with winscript.lsp
Post by: redraiment on February 23, 2012, 05:20:01 PM
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!