Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!sugar!davidm From: davidm@sugar.hackercorp.com (David Martin) Newsgroups: comp.sys.amiga Subject: Allocating Memory in Modula-2 Keywords: help,m2,modula2,allocation,memory,amiga Message-ID: <6749@sugar.hackercorp.com> Date: 8 Oct 90 12:38:54 GMT Organization: Sugar Land Unix - Houston Lines: 15 ALL: I am compiling a program for a course at school written in Modula-2 using the M2 Sprint compiler. The program features extensive use of pointers. It is a small database program using AVL trees for data storage. I have had problems with Gurus and think it has to do with my memory allocation methods. Is it true that you should not use the standard library STORAGE in Modula-2 since it may not allocate memory properly? Instead should I be using the Amiga's intuition library for memory allocation? DAvid PS The Guru messages I usually get are ADDRESS error or ILLEGAL instruction....in expansion memory > $2000000 --