JDLLServer crashes on Release
While creating examples for the Pointer Call interface, I found a bug in current J beta. Releasing J COM object crashes J.
Example in VB Script testj.vbs
Dim j, r, v
Set j = CreateObject("JDLLServer")
r = j.DoR("i.3 4", v)
WScript.Echo(v)Error information
Exception Information Code: 0xc0000005 Flags: 0x00000000 Record: 0x0000000000000000 Address: 0x0000000010110216
-- OlegKobchenko 2006-06-26 22:58:03
- Fixed earlier in a beta
ole picture/object references
In j601, ole picture/object references produce errors, while they work in j504.
Picture
wd 'olemethod img listimages add ,, !picture:user\classes\ole\n.ico' |domain error: wd | wd'olemethod '... wd'qer' ole - Type mismatch : 0
Object
wd 'oleset tv base imagelist !object:.img.base' |domain error: wd | wd'oleset '... wd'qer' bad id : 0
To reproduce:
Download okole0.13.zip
Copy to user\classes\ole
Run load 'user\classes\ole\dlocbrowse.ijs'
locbr''
Also the object id error is reproducible with the xsl script.
-- OlegKobchenko 2006-07-11 08:03:24
- Fixed in earlier beta
wrong version info
j.dll and j.exe show version info 5.04 or 5.05.
-- OlegKobchenko 2006-07-14 00:36:37
