Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucbvax!husc6!m2c!wpi!kevdavis From: kevdavis@wpi.wpi.edu (Kevin S. Davis) Newsgroups: comp.lang.pascal Subject: Exec command and dynamic allocation Keywords: Exec, heap, dynamic allocation Message-ID: <14046@wpi.wpi.edu> Date: 16 Jul 90 16:21:14 GMT Organization: Worcester Polytechnic Institute, Worcester, Mass. Lines: 10 Well as you can probably figure out by the title, I am woundering if anyone out there has run into the same problem that I have run into. When using the EXEC command you need to use the compiler directive $M to limit the heap size to 0 (ie. {$M 16384,0,0}). But to have a linked list in TP5.0 you need to have a heap in order to save the list. I have used a SwapVector command to maybe remidy the probelm but to no avail, it still doesn't work. So can anyone out there help me? Send your questions and anwers or just babiling information that would help, to my email address please Thanx for everything, Kevin davis kevdavis@wpi.wpi.edu