gpt4 book ai didi

c - 如何解决打开文件堆错误

转载 作者:行者123 更新时间:2023-11-30 21:03:46 25 4
gpt4 key购买 nike

我试图将一个文件中的一些流放入缓冲区中,然后将其保存在一个长流中,最后将其发送到服务器,但在创建打开的文件后,我遇到堆和内存空间错误。我正在使用用于 Openpicus 板的 IDE 编译器。

这是我的代码片段:

pFile = fopen("Nini.jpg", "rb");
if (pFile==NULL)
{
fputs ("File error",stderr); exit (1);
}

fclose( pFile);

当我尝试读取图像时出现堆问题。

有什么解决办法吗?否则如何用 malloc 解决这个问题?

最佳答案

此错误与您的文件打开/关闭代码完全无关。 A quick Google search (请注意,我花了 5 秒)产量 the following potential solution (引自原文):

  • go to project properties (File->project properties)
  • under categories go to pic30-ld
  • find the heap option in the window to the right

关于c - 如何解决打开文件堆错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21189359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com