The 'general/pcall' addon is now updated: - for j601 example are re-arranged for clarity - for j602 ported to support the new cd features
Note 1: most of the examples are COM-based and work on Windows. For x86 Unices, test/asm.ijs and for PowerPC test/ppc.ijs should work. They demo dynamic code generation and execution from memory. Note 2: The GetObject/GetActive functionality is not complete and could be clarified by someone experienced in out-of-process calls to objects from Running Object Table (ROT), etc. See the test/test.txt file for breakout and suggested order of working through the tests that showcase different usage patterns. ========================================================= General pcall examples: test/pcall.ijs - raw function pointers test/icall.ijs - raw interface methods General COM examples: test/typeinfo.ijs - ITypeInfo COM interface in detail test/ole32.ijs - high-level COM interface methods using ole32.ijs IDispatch/ActiveX/Automation examples: test/disp.ijs - using MSXML component test/progress.ijs - using progress dialog GetObject COM examples, using ole32.ijs: test/iis.ijs - using Internet Information Server test/getactive.ijs - using Microsoft Excel test/getobject.ijs - using Windows management instrumentation Special examples: test/asm.ijs - dynamically compiled function in memory, x86 test/ppc.ijs - dynamically compiled function in memory, PowerPC test/jni.ijs - using Java Native Interface --- Eric Iverson <[EMAIL PROTECTED]> wrote: > The base pcall functinality is now part of the core system. This is > mentioned in the 602 Release Highlights and is documented in the cd docs. > > There may be other useful stuff from the pcall addon (such as examples of > use) that should be carried forward and I expect Oleg will comment on that. > > ----- Original Message ----- > From: "Gilles Kirouac" <[EMAIL PROTECTED]> > To: "Programming forum" <[email protected]> > Sent: Wednesday, January 30, 2008 1:17 AM > Subject: [Jprogramming] Installing general/pcall/progress > > > > |file name error: script > > | 0!:0 y[4!:55<'y' > > > > while running window with general/pcall/test_progress.ijs. > > > > How do I install general, general/pcall, general/pcall/progress addons? > > > > I looked everywhere I thought of, specially with pacman, but cannot find > > them. The words "addon", "general" and "pcall" are not in the index. > > > > BTW, the above message is not very explanatory, specially for a newcomer. > > > > ~ Gilles > > > > ---------- Original Message ----------- > > From: Oleg Kobchenko <[EMAIL PROTECTED]> > > To: Programming forum <[email protected]> > > Sent: Tue, 15 Jan 2008 22:12:47 -0800 (PST) > > Subject: Re: [Jprogramming] Soft-stopping of a long loop > > > >> Still for completeness, you may want to look at > >> http://www.jsoftware.com/jwiki/Guides/Windows_Progress_Dialog > > ... > > ------- End of Original Message ------- > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
