< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [repro-users] Compile error with repro project


FYI - the stack has been changed to use the new QValue class but
QValueTarget in repro is still using floats.  It should likely be
converted to use QValue instead.

Scott

> -----Original Message-----
> From: repro-users-bounces@xxxxxxxxxxxxxxx [mailto:repro-users-
> bounces@xxxxxxxxxxxxxxx] On Behalf Of Rohan Mahy
> Sent: Tuesday, November 20, 2007 1:13 AM
> To: Moret, Simon
> Cc: repro-users@xxxxxxxxxxxxxxx
> Subject: Re: [repro-users] Compile error with repro project
> 
> Hi Everybody,
> 
> I would like to use this opportunity to remind everyone that
> representing the QValue as a float should be deprecated.  The QValue
> class is really an integer from 0 to 1000 that happens to have a
> decimal point in its text-rendered representation.  Please, please
> use the canonical form.  See for yourself at resip/stack/QValue.hxx .
> 
> Simon, good luck getting the project compiling cleanly.
> 
> thanks,
> -rohan