Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-04 Thread Mark Miesfeld
On Fri, Oct 3, 2008 at 5:23 PM, Rick McGuire <[EMAIL PROTECTED]> wrote: > Ugh, that's clearly a bug in the compiler. I can't think of any > workaround for this that wouldn't cause problems with other compilers. Yeah, I say we drop support for VC++ 6 in 4.0.0 and don't really worry about it. Wit

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Rick McGuire
Ugh, that's clearly a bug in the compiler. I can't think of any workaround for this that wouldn't cause problems with other compilers. Rick On Fri, Oct 3, 2008 at 8:11 PM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > On Fri, Oct 3, 2008 at 7:48 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > >> I'l

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Mark Miesfeld
On Fri, Oct 3, 2008 at 7:48 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote: > I'll compile later today with VC++ 6 and get the exact compiler > messages. They were errors preventing compilation, but I don't recall > the exact wording. Here is the compiler message: E:\work.ooRexx\3.x\main\rexxapi\s

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Mark Miesfeld
Rick, I'll compile later today with VC++ 6 and get the exact compiler messages. They were errors preventing compilation, but I don't recall the exact wording. When I get that we can talk it over, maybe there is another solution for VC++ 6. If not, then so be it. I already know I'm not in favor

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Rick McGuire
I have a similar concern about memory leaks. For a delete operation, the type of the object being deleted is important to ensure that the correct delete operator is getting called. I'm not sure what happens when that pointer is cast to a void *, but I'd rather have the correct thing happening on

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Moritz Hoffmann
Rick McGuire wrote: > Mark, > > This change backs off some changes you make to supposedly allow the > code to compile on VC++ 6. The original version was the correct one, > but I was ok with this change as long as it didn't cause problems > elsewhere. It is appears it does. I suspect this means

Re: [Oorexx-devel] [Oorexx-svn] SF.net SVN: oorexx:[3424] main/trunk/rexxapi/server

2008-10-03 Thread Rick McGuire
Mark, This change backs off some changes you make to supposedly allow the code to compile on VC++ 6. The original version was the correct one, but I was ok with this change as long as it didn't cause problems elsewhere. It is appears it does. I suspect this means we can't support VC++ 6 any mor