Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rick McGuire
In that case, let me narrow the search further. Checkout invokeProgram() in orxinstance.cpp. Rick On Mon, Mar 9, 2009 at 1:51 PM, Mark Miesfeld wrote: > On Mon, Mar 9, 2009 at 10:45 AM, Rick McGuire wrote: > >> For a good headstart on creating an interpreter instance, you might >> want to star

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Mark Miesfeld
On Mon, Mar 9, 2009 at 10:45 AM, Rick McGuire wrote: > For a good headstart on creating an interpreter instance, you might > want to start with the API test suite... Thanks Rick, that was my thought too. So far I have only skimmed through the external backing programs for the API test suite. -

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rick McGuire
Mark, For a good headstart on creating an interpreter instance, you might want to start with the API test suite... Rick On Mon, Mar 9, 2009 at 2:39 PM, Mark Miesfeld wrote: > On Mon, Mar 9, 2009 at 10:09 AM, Rick McGuire wrote: > >> btw, I should also point out, I'm not promising to write a wo

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Mark Miesfeld
On Mon, Mar 9, 2009 at 10:09 AM, Rick McGuire wrote: > btw, I should also point out, I'm not promising to write a working > program for youand if this does get written, it's likely to be > some time.  I'd really prefer to answer specific questions, not large > task like write a working progra

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rick McGuire
btw, I should also point out, I'm not promising to write a working program for youand if this does get written, it's likely to be some time. I'd really prefer to answer specific questions, not large task like write a working program that requires a lot of effort on my part beyond just providin

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rony G. Flatscher
Rick McGuire wrote: > A package is self-contained and completely defined by the table within > the package. There's no way to dynamically change those tables, so > the best solution for that level of control is to use a different dll > stub for ones you don't wish to have loaded for an environment

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rick McGuire
A package is self-contained and completely defined by the table within the package. There's no way to dynamically change those tables, so the best solution for that level of control is to use a different dll stub for ones you don't wish to have loaded for an environment. The "loader" entry you re

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Dan Carter
Thanks, Rony. This will help me. _ From: Rony G. Flatscher [mailto:rony.flatsc...@wu-wien.ac.at] Sent: Monday, March 09, 2009 11:39 To: Open Object Rexx Developer Mailing List Subject: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adj

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rony G. Flatscher
Rick McGuire wrote: > Well, it your expectation is a complete running program, then this > will have to wait a while until I finish up some other things (many of > which happen to be different sample programs). If all you want is > answers to some of these questions, then I probably give you a re

Re: [Oorexx-devel] Request for nutshell API examples ... (Re: BSF4Rexx and ooRexx 4.0 : (tiny) adjustments needed - and a bug in rxapi.exe ?

2009-03-09 Thread Rick McGuire
Well, it your expectation is a complete running program, then this will have to wait a while until I finish up some other things (many of which happen to be different sample programs). If all you want is answers to some of these questions, then I probably give you a reply with the code snippets in