下列错误是什么意思

dzds 2001-11-10 08:23:22
project project1.exe raised exception class EAccessWiolation with
message 'Access violation at address 00401674 in module
'project1.exe'.read of address ffffffff'.process stopped.use step
or run to contionue.
...全文
57 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
dycdyc123 2001-11-10
  • 打赏
  • 举报
回复
内存访问错误。
检查是否数组越界、使用了未分配内存的指针。

铁别是数组!
xycleo 2001-11-10
  • 打赏
  • 举报
回复
很有可能是你的循环for(int i=0;i<=##;i++)
其中多了个"=",应该为for(int i=0;i<##;i++)
windindance 2001-11-10
  • 打赏
  • 举报
回复
内存访问错误。
检查是否数组越界、使用了未分配内存的指针。

13,825

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder相关内容讨论区
社区管理员
  • 基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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