No room for character object descriptor

Discussions about CSEntry
Post Reply
boikgwadi
Posts: 26
Joined: June 27th, 2014, 2:47 am

No room for character object descriptor

Post 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?
You do not have the required permissions to view the files attached to this post.
josh
Posts: 2403
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: No room for character object descriptor

Post 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.
Post Reply