home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!psinntp!fourd!David_B._Lamkins
- Message-ID: <1992Dec13.222631.76639@fourd.com>
- Newsgroups: comp.sys.mac.programmer
- Distribution: world
- From: David_B._Lamkins@fourd.com
- Organization: 4th Dimension BBS
- Date: Sun, 13 Dec 1992 22:26:31 EST
- Subject: Re: Think Pascal Problem
- Lines: 20
-
- > I'm using Prototyper 2.1 to generate code for Lightspeed Pascal. When
- > I make a project in Think Pascal and try to run it, it tells me that
- > there's a link error -- size of main is too large. Is there something
- > I can do to make it compile safely (change some compiler switches...)
- > or is it just that Think can not handle it (I doubt that).
- >
- > The compiler tells me that the main is about 35K and it is larger
- > than the 32K limit??? I tried making the stack larger to no avail. I
- > compiled it on a MacIIcx.
-
- This has nothing to do with Prototype or THINK Pascal limitations. Switch to
- "segment" view in your project and drag some of the files out of the main
- segment into another segment.
-
- Dave
- ********************************************************************
- System: fourd.com Phone: 617-494-0565
- Cute quote: Being a computer means never having to say you're sorry
- ********************************************************************
-
-