Do you need the IDE or the ability to call J primitives and scripts on the data? The IDE would be the REPL, the project manager and wd functions to build forms in QT. The latter would be the J engine
I think it would be unusual to integrate the full IDE into another program. You would probably need to start with the QT IDE source and make sure you are compliant with licensing To follow the more common case of integrating with the J engine, that link is a good guide or there is an example at http://jsoftware.com/wsvn/addons/trunk/general/misc/jdll.ijs On Feb 15, 2015 8:20 AM, "Raul Miller" <[email protected]> wrote: > What's the best way to wire the J IDE into another program? > > In this particular case, I've got the source to the other program > (it's C++). I'm running on windows (windows 7), and I can run the > other program in visual studio express debug mode. It's got some > decent sized matrices (thousands of rows of geometrical data) which > I'd like to bring into J to manipulate an then toss back to the other > program (for it's user interface). > > Is there a way of using the mechanisms described at > http://www.jsoftware.com/help/user/calling_jdll.htm for this kind of > thing? Or do I need to resort to writing and reading files? > > Thanks, > > -- > Raul > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
