1 Attachment(s)
My program wont run because it runs out of memory
hi there guys. my program sudden doesn't run because of this errorAttachment 11138. I don't know if I am running out of memory because I have a resourse file with 24MB worth of png image or is it maybe bacause I am loading all those images into a custom model to display them in a QListView. any advise would greatly be appreciated.
Re: My program wont run because it runs out of memory
Well, it looks like the program running out of memory is the C++ compiler, not your program.
Check the compile output to see which file it is processing when that happens.
Cheers,
_
1 Attachment(s)
Re: My program wont run because it runs out of memory
It seems this happens when the compiler processes the resource file but there is nothing to explain what exactly is the problem. please see compile output hereAttachment 11140
Re: My program wont run because it runs out of memory
Maybe try splitting the resource file into several smaller ones.
For whatever reason it tries to allocated over a gigabyte of memory when processing the current file.
Cheers,
_