peoplesrepublican
Programmer
Hi,
I have some code which runs through a loop. In each iteration of the loop, a function is called which returns a reference to an object (created from a class) to a variable.
The loop never runs to completion; after between 75-80 loops processing appears to just terminate...there are no error messages displayed. Am I hitting some kind of allowed memory or max number of objects limit?
Any help would be greatly appreciated.
Cheers
Tim
I have some code which runs through a loop. In each iteration of the loop, a function is called which returns a reference to an object (created from a class) to a variable.
The loop never runs to completion; after between 75-80 loops processing appears to just terminate...there are no error messages displayed. Am I hitting some kind of allowed memory or max number of objects limit?
Any help would be greatly appreciated.
Cheers
Tim