Page 1 of 1

Error 332

PostPosted: Thu Sep 18, 2008 10:41 am
by richard wilson
_Objclsins(0) unrecoverable error 332: String/array Memory overflow

Qu'.elle est cette error et comment la corriger

Merci de votre aide !!!

PostPosted: Thu Sep 18, 2008 12:18 pm
by Antonio Linares
Richard,

You are reaching the limits of Clipper 16 bits. You have no more memory available for it (Clipper can only manage 64 Ks blocks!)

Its time to migrate to FWH (FiveWin for Harbour/xHarbour) and never face those limitations again.

In the meantime try to reduce your used variables: arrays, strings... but that is difficult because an application develoment tends to grow.