David, You might try adding a const_cast to the RXSTRING macro to see it that works. I'm not sure if the compiler will let you do an const_cast if the type is not defined as const.
Rick On Thu, Oct 9, 2008 at 11:01 AM, Rick McGuire <[EMAIL PROTECTED]> wrote: > Yeah, you've hit the downside of redefining this. Since the variable > names are frequently constants values or literal strings, a const case > operation is required to set the pointer value. > > Rick > > On Thu, Oct 9, 2008 at 10:47 AM, David Ashley > <[EMAIL PROTECTED]> wrote: >> All - >> >> The ooRexx build is broken and I am in the process of fixing it. It has >> to do my last commit and the SHVBLOCK. Please be patient. Sorry about >> the problem. >> >> David Ashley >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Oorexx-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel >> > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
