我用debug32的时候,编译没有问题,而改为release32时,编译显示:
F:\vc\doc\docView.cpp(341) : error C2065: 'cos' : undeclared identifier
F:\vc\doc\docView.cpp(342) : error C2065: 'sin' : undeclared identifier我已经加了#include<math.h>