定时器错误是为什么?this-> SetTimer(0,1000);errorC2660:SetTimer:functiondoesnottake2parameters[解决
定时器错误是为什么?
this-> SetTimer( 0,1000);
error C2660: 'SetTimer ' : function does not take 2 parameters
[解决办法]
this-> SetTimer( 0,1000,NULL);
定时器错误是为什么?
this-> SetTimer( 0,1000);
error C2660: 'SetTimer ' : function does not take 2 parameters
[解决办法]
this-> SetTimer( 0,1000,NULL);