Re: [Oorexx-devel] RexxVariablePool Undefined Symbol

2024-05-12 Thread taf
Answering my own question... just so that when I forget the answer, it'll be here The librexx.so library and its location need to be defined to the linker...  apxs [or GCC]  ... -Wl,-L/usr/local/lib -Wl,lrexx ... On 2024.05.10 13.05, taf wrote: I'm getting this message: /usr/lib/apache2/mod

[Oorexx-devel] RexxVariablePool Undefined Symbol

2024-05-10 Thread taf
I'm getting this message: /usr/lib/apache2/modules/mod_rexx.so: undefined symbol: RexxVariablePool at apache httpd startup.  Can anyone point me to a resolution/documentation? I have oorexx 5.0.0 installed and working (rexx cgi programs running under this httpd system on Debian 12). -- taf

Re: [Oorexx-devel] RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV Functions

2008-10-08 Thread Rick McGuire
David, You might want to look at the SysDumpVariables code for an example of how to use RXSHV_NEXTV...that's how it does its magic. But essentially, the first time you call it, an iteration set is created and it will give you the "next" variable on each call. The last variable of the set is mark

[Oorexx-devel] RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV Functions

2008-10-08 Thread David Ashley
Rick - This mostly for you. I have never used the RexxVariablePool RXSHV_NEXTV and RXSHV_PRIV function codes before so I have some questions. 1. Just how do you start using the RXSHV_NEXTV function? Does the first call to that function start iterating through the variable pool? What happens wh

Re: [Oorexx-devel] RexxvariablePool

2008-10-07 Thread Rick McGuire
Ok, check in the tests and open a bug report. Rick On Tue, Oct 7, 2008 at 4:40 PM, David Ashley <[EMAIL PROTECTED]> wrote: > Rick McGuire wrote: >> No, it's not, for the same reason that methods don't have the >> ContextVariable calls. The "reach back into the caller's variable >> space" par

Re: [Oorexx-devel] RexxvariablePool

2008-10-07 Thread David Ashley
Rick McGuire wrote: > No, it's not, for the same reason that methods don't have the > ContextVariable calls. The "reach back into the caller's variable > space" paradigm is really an old style model that I'm trying to keep > out of the new object oriented model. Of course, having a method tes

Re: [Oorexx-devel] RexxvariablePool

2008-10-07 Thread Rick McGuire
No, it's not, for the same reason that methods don't have the ContextVariable calls. The "reach back into the caller's variable space" paradigm is really an old style model that I'm trying to keep out of the new object oriented model. Of course, having a method test that demonstrates this is

[Oorexx-devel] RexxvariablePool

2008-10-07 Thread David Ashley
Rick - Is the RexxVariablePool API callable from a C++ method. I get a return code of RXSHV_NOAVL when I call it from a C++ method. David Ashley ooRexx Team - This SF.Net email is sponsored by the Moblin Your Move Develope