[wx-dev] Re: build wx with extended.c

Christian Buhtz exsudat at gmx.de
Fri Aug 10 11:50:01 PDT 2007


Stefan.Neis at t-online.de schrieb:
> AFAIK, no, there isn't. But you could create and submit a patch
> for this, which would result in an entry in the tracker that is
> "watchable".  ;-)


Are we agree that change the name to wxConvertFromIeee() and 
wxConvertToIeee() ?

I don't think that we should make a
#define ConvertFromIeee wxConvertFromIeee

There should be a real ConvertFromIeee() with a code like that
ConvertFromIeee()
{
     DEBUGMESSAGE(deprecated)
     return wxConvertFromIeee();
}

Of course I will add the docs about it, too.

Agree?





More information about the wx-dev mailing list