Problem with de-allocating memoryThis was from my experience, I was getting errors until I changed to CIwArray<void> images; and no...
Problem with de-allocating memory@Chevril That's awesome! Ok so I use CIwArray instead of vector, no problem. However I can no longer...
Problem with de-allocating memoryHmm.. this does not bode well. delete does work when it's just a regular display image command but n...
Problem with de-allocating memory@ Jikax Thanks! Ok so when I call this: std::vector<CIw2DImage*> images; This doesn't automatical...
Problem with de-allocating memoryHi guys, I'm totally new to C++ and trying to program something using the Marmalade API (www.madewi...