[Bf-committers] VC7 link error in for source\blender\nodes\intern\CMP_util.c

Stephane SOPPERA stephane.soppera at wanadoo.fr
Fri Oct 26 21:43:25 CEST 2007


Hi,

The last svn does not link on windows with VC7 because of the use in:
    source\blender\nodes\intern\CMP_util.c
of functions:
    ceilf, floorf

that are only supported when compiling C++ code by VC7.
Compilation of C code using this functions raises a link error:
bf_nodes.lib(CMP_util.obj) : error LNK2019: unresolved external symbol 
_ceilf referenced in function _qd_getPixelLerp

Can somebody please replace ceilf and floorf by ceil and floor?

Thanks in advance,
Stephane



More information about the Bf-committers mailing list