[Bf-committers] Re: Build failure due to isosurface.cpp with Visual C++ 2005 Express

Eugene Reilly gene001 at gmail.com
Mon Nov 6 00:10:26 CET 2006


Hey, thanks for the quick reply.  I've tried both of the below suggestions,
but both lead to a compiler crash.

>* Seems I'm having some issues compiling intern:
*>*
*>* ..\..\intern\isosurface.cpp(638) : error C2666: 'pow' : 6 overloads have
*>* similar conversions
*
use :
smoSubdfac = pow(0.55,(double)mSubdivs); // slightly stronger

or :
smoSubdfac = powf(0.55,(float)mSubdivs); // slightly stronger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20061105/567d51af/attachment.htm


More information about the Bf-committers mailing list