Hi,
I made a class for image processing. I use new operator a lot, and I have many memory exceptions. The new always fails in some point of the program, and Every time I change something in the code (with no concern to the new calls), the new fails in other new call. I think it is because all allcation are in the local heap. does someone know to solve it?
I made a class for image processing. I use new operator a lot, and I have many memory exceptions. The new always fails in some point of the program, and Every time I change something in the code (with no concern to the new calls), the new fails in other new call. I think it is because all allcation are in the local heap. does someone know to solve it?