So far:

download http://jsoftware.com/download/j602a_win.exe run to install,
copy j.exe out of j602\bin\
download http://jsoftware.com/download/j701a_win.exe run to install,
copy out j.dll out of j701\bin\
run:  "%~dp0j.exe" /regserver    from command line in directory with
these two files

In Visual Studio, C# project, add reference to j.dll and add some code:

using JDLLServerLib;  // top level
        private JDLLServer _J;  // in class
            _J= new JDLLServer(); // in method

I can now use _J.Do("expression"); and _J.Set("name", value);

Problem:  How can I call out from J back into the C# code (during a
long running process)?

Is there some method signature where _J.Set() will let me define a verb?

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to