Igor Mironchick | 2 May 10:49

Re: Announce: Qwt 5.1.0


>> qwt_clipper.cpp doesn't compiled with Qt 3.3.x and MSVC 7.1
>>     
>
> Looks like an int cast is missing. Which line ?
>   

You are right.

When I change

pa[pos] = point;

with

pa[static_cast<int>(pos)] = point;

all become OK.

But here can be another problem - overfull?!

--

-- 
Regards,
Igor Mironchick,
Intervale

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Gmane