#include "msp430g2553.h"#include "intrinsics.h"unsigned int count=1;unsigned int a=1;int main(void){WDTCTL=WDTPW+WDTHOLD;BCSCTL1 = CALBC1_16MHZ;// Set rangeDCOCTL = CALDCO_16MHZ;// Set DCO step + modu
我做了一个对话框程序当点击按键2时。整个程序全部退出。请哪位大侠给个列子哦。请问下面***处的代码应该怎么写哦!BOOL CYaluDlg::PreTranslateMessage(MSG* pMsg){CCollectDate dlg;// TODO: Add your specialized code here and/or call the base classif(pMsg->messag