Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Memory problems in Clipper 5.x Unrec. error 5305

185 views
Skip to first unread message

jon.finanger

unread,
Aug 8, 1996, 3:00:00 AM8/8/96
to

Anyone that can tell what causes a Clipper program to interrupt with a display
of garbage on the screen and sometime ends with "Unrecoverable
error 5305 Conventional memory exhausted" or "Unrecoverable error 24 Write
error". This happens on some computers but not our developers computer.
--
_____ _______ ___ __ \ | /
/__ /\ / ___ /\ / |\/ /\ FINANGER @ @
\_/ / // /\_/ / // |/ / / ----------OooO----(-)----OooO----
/\____/ / // /_// / // /| / / E-mail adress: J...@importancia.se
\______/ //______/ //_/ |__/ / Working with VisualFoxproProf. 3.0
\_____\/ \______\/ \_\/\__\/ Mail me if you have examplecode,advices...


Jovan Bulajic

unread,
Aug 9, 1996, 3:00:00 AM8/9/96
to

jon.finanger <mg3...@mbox200.swipnet.se> wrote:

> Anyone that can tell what causes a Clipper program to interrupt with a
display
> of garbage on the screen and sometime ends with "Unrecoverable
> error 5305 Conventional memory exhausted" or "Unrecoverable error 24
Write
> error". This happens on some computers but not our developers computer.

Than means that either disk is full (24 Write error) or there is not enough
free conventional memory to run the program (if error is 5306 Conventional
memory exhausted, 5305 error code is VM Swap space exhausted). Check DOS
MEM /C command to see what's the amount of free RAM and either try to free
some RAM (by loading drivers in upper memory) or to optimize overlays for
less memory consuption of your Clipper program. Also, possible problem
might be assigment of temporary directory - check if there is enough space
in SET TEMP directory. If program runs on network and SET TEMP points to
network directory (which is not recomemded if computer has a local hard
disc), check if user has limited disk quota.
--
Jovan Bulajic
Belgrade, Yugoslavia
bul...@sezampro.com


0 new messages