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\server\MacroSpaceManager.hpp(53) :
error C2664: 'delete' : cannot convert parameter 1 from 'const char *'
to 'void *'
        Conversion loses qualifiers
E:\work.ooRexx\3.x\main\rexxapi\server\MacroSpaceManager.hpp(54) :
error C2664: 'delete' : cannot convert parameter 1 from 'const char *'
to 'void *'
        Conversion loses qualifiers

And the code it refers to:

    ~MacroItem()
    {
        delete [] name;             // release the name and
        delete [] imageBuffer;      // image buffer
    }

    const char *name;                  // the macro space name
    const char *imageBuffer;           // the image data

--
Mark Miesfeld

-------------------------------------------------------------------------
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
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to