_Objclsins(0) unrecoverable error 332: String/array Memory overflow
Qu'.elle est cette error et comment la corriger
Merci de votre aide !!!
Error 332
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
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.
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.