I rebuilt autopano-sift-c-2.5.2 ( with MSVC2008 )

a) with line 338:
        float minval = 3.40282347e+38F; // Assumes 32 bit float, why
not?
I get the error:
..\autopano-sift-C-252\DisplayImage.c(338) : error C2177: constant too
big

according to MSVC2008's help maximum value for a 32 bit float is
3.402823466 E + 38 ( I don't know if this changed from previous
versions )

b) with line 338:
        float minval = 3.402823466e+38F; // Assumes 32 bit float, why
not?
it compiles ok.


-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to