On Fri, 16 Oct 2009, danil osipchuk wrote: > Hi all, > > I have a difficulty when interfacing to j.dll from outside. > When I call GetM to fetch contents of a variable with a boxed data in > it, jdata appears to be an array of pointers to structures > representing individual boxes. Is a description of the memory layout > of this structure available somewhere? How do people parse it? The > 3:!1 description seems to be of no use here. I played a bit trying to > reverse engineer it - but it is not straightforward, so I'm looking > for an easier way.
You may study from the file system/main/jmf.ijs That being said, I would rather run extra command to unbox data before reading from a non-J client. -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
