Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!iwtqg.att.COM!nowlin From: nowlin@iwtqg.att.COM Newsgroups: comp.lang.icon Subject: RE: icon on a PC Message-ID: Date: 16 Mar 90 22:41:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 21 > 1) Is there a PC version of icon which creates an executable file > instead of having to run the ICONCX program every time? No. > 2) Text files which I want to process using icon involve home-made > fonts created in Pascal. What is the possibility of processing such > fonts in icon? That's up to you to implement but Icon should be up to it. > 3) I keep getting an error message 'inadequate space in block region'. > Is there an environment variable that can be set to stop this? This > happens with long files. The third one I'm familiar with on a number of systems. Define HEAPSIZE to be larger than the default for your system to get rid of that problem. The default on the system I use (3B2) is 51,200 so I use 100,000 when I start to get the block region warning. Jerry Nowlin