Page 1 of 1

No room for character object descriptor

Posted: August 2nd, 2016, 4:22 am
by boikgwadi
Hie good people

I have a huge challenge, I use a Core-i5 machine to design and test my tools but the district offices where there is a whole lot of entry are using a Pentium 4 and somehow I am experiencing this, see attached.

Is there a way I can circumvert that problem on the non CORE-i5 machines?

Re: No room for character object descriptor

Posted: August 2nd, 2016, 6:39 am
by josh
That error occurs when your program is trying to allocate more string or alpha objects in logic than can fit in memory. You should see if you can modify your program to use less string/alpha variables.