Re: [Oorexx-devel] Question ad segmentation fault in the context of CString(...) ?

2011-07-03 Thread Rick McGuire
On Sun, Jul 3, 2011 at 10:36 AM, Rony G. Flatscher wrote: > While debugging a program I got segmenation faults. > > Tracing down the problem it turns out that from a non-Rexx-function that > usually returns strings it also may return NULL. So, in the following > sequence a segmentation fault occur

[Oorexx-devel] Question ad segmentation fault in the context of CString(...) ?

2011-07-03 Thread Rony G. Flatscher
While debugging a program I got segmenation faults. Tracing down the problem it turns out that from a non-Rexx-function that usually returns strings it also may return NULL. So, in the following sequence a segmentation fault occurs: val=someString(...); // returns a string or NULL ro=cont

Re: [Oorexx-devel] Way to get ::constant name and value from generic object ?

2011-07-03 Thread Moritz Hoffmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Mark, maybe the enumeration class in the incubator helps for this purpose? Kind regards, Moritz On 07/03/2011 04:35 AM, Mark Miesfeld wrote: > Is there a way to extract all the ::constant method names and values > given a generic object? A fa