CheeKiang Goh wrote: > a simple QT GUI application incorporating REXX scripting in a console window.
Similar to this project? "Rexx/DW - Lightweight GUI" http://rexxdw.sourceforge.net/ Or are you thinking to have it primarily be a C/C++ QT program, and to invoke the ooRexx interpreter at certain points in the C/C++ application's execution? On this latter direction, there is a published ooRexx API / SDK which tells how to call RexxStart (I believe that is the API name, still) to at a certain point in your C/C++ code to run an ooRexx interpreter. Previously I worked on a project for a major corporate client which had such a C written Application Server Architecture which was able to leverage the power of Object Rexx as the application development language. That was very neat to work with. I am thankful, -- Michael Lueck Lueck Data Systems http://www.lueckdatasystems.com/ ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck® Code Sight™ - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
