cocos2dx程序移植到eclipse 必要组件: 1.macos
gcc编译器,若没有,在xcode->preference->downloads中下载command line
tools(在命令行下输入g++,若显示command not found 则没有) 2. android sdk :本机目录为
/Users/zhangyao/IDE/android..
在按钮的消息里面,应该是一个CFileDialog之类的DoModal吧,在==IDOK条件分支中,用一个CString str1接收返值,然后 GetDlgItem(IDC_EDIT1)->SetWindowText(str1);