MFC编写的窗口 AVR反汇编工具

schlafenhamster 2008-08-02 03:33:54
MFC编写的窗口 AVR反汇编工具

源码见下:

http://download.csdn.net/source/567147

使用说明也在包里
...全文
330 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
schlafenhamster 2008-08-03
  • 打赏
  • 举报
回复
if(m_CyrrentFileName.Right(4).CompareNoCase(".hex")==0)
{
if(!Hex2Bin(lpszPathName))
{//hex file not available
return FALSE;
}
}
else if(m_CyrrentFileName.Right(4).CompareNoCase(".bin")==0)
{
CFile binfile;
binfile.Open(lpszPathName,CFile::modeRead|CFile::shareExclusive);
ReadBin(&binfile);
binfile.Close();
}

15,979

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧