Re: Qt C++ huge memory leak
So this is nothing to do with programming then? Please look at the forum you are in.
If the problem is compiling, then you should be checking gcc or something. If it's a resource tool problem, then there is a forum for that...
Re: Qt C++ huge memory leak
Re: Qt C++ huge memory leak
For anyone with this problem I will say how I solved this. I just removed resource file and used full paths to all images and sounds I used in my app, that way my application was a lot faster and less memory hungry.