void CMysdiView::OnTimer(UINT nIDEvent)
{
// TODO: Add your message handler code here and/or call default
// SendMessage(WM_MYMESSAGE);//为什么不直接调用函数?搞消息多麻烦?
OnMyMessage();//直接调用就不会错了
CView::OnTimer(nIDEvent);
}
// Attributes
public:
CMysdiDoc* GetDocument();
HICON hDocIcon;
int j;
int i;
int mark;
int sklen;
struct position
{
int skx;
int sky;
}p[10000],remb[10000],randPt,rem[5000];//我直接加了个0,想越界都难!~O~
int con;