No room for character object descriptor

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
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?
Attachments
Latest Error.jpeg
Latest Error.jpeg (102.52 KiB) Viewed 2737 times
josh
Posts: 2399
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