Mail Archives: djgpp/2000/04/14/03:16:57
I used PC with 64 Mb of RAM. 4 MB is for video, 10 MB for smartdrv and rest (50) for program. Program is about 1.5 MB
(with debug options). Data (pictures, sounds, texts, ...) are in several datafiles, about 100. Total size of datafiles is about 1
GB. Data in datafiles are not packed and stored with all information (no striped info). I have hard disk with 2 partitions with
about 800 MB free per partition. Most of data I load with load_datafile_object or load_datafile_... from datafile
(datafilename#objectname).
Very soon after start program I stay with no memory (some __go_32 function for memory status) and my program freeze.
Is this something about fragmetation of memory and what i can do.
I am experienced in C/C++ programming (on DOS, UNIX, WIN NT) and there are no stilling of memory (load without
destroy or unload).
Please send me some help info or goals for resolving this problem.
Thanks for your attention.
- Raw text -