You probably don't need to upgrade Dyalog, or need any knowledge of the Dyalog DLL interface.
The two workspaces were originally written before a change to the JDLL that now requires a calling program to call JInit first, and use the handle in subsequent calls. This permits more than one JDLL to run in a single task. The changes have been made to the APL2000 workspace, and all you need do is make similar changes to the Dyalog workspace. There are only a few functions, and you should be able to do this in a few minutes by simply comparing the code. The only difference in APL2000 and Dyalog workspaces is the slightly different calling convention, the rest should be straightforward. Devon McCormick wrote: > I guess that's my cue to call Dyadic and get an upgrade to a current > version > of Dyalog. > > On 12/15/06, Joe Tibollo <[EMAIL PROTECTED]> wrote: >> >> Chris: >> >> Thanks for the updated APL2000 workspace. I have tried it out and it >> seems to work very well. >> >> That leaves only the Dyalog workspace. I'm not sure that I understand >> enough about interfacing to >> DLL's to fix it. Perhaps when Devon gets a chance he will be able to >> spot >> the problem. >> >> Regards, >> Joe ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
