home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!sunic!lunic!my!sm-emac15.sm.luth.se!matti
- From: matti@my.sm.luth.se (Matti Larborn)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: THINK Pascal- program crashes only when stand-alone
- Message-ID: <1355@my.sm.luth.se>
- Date: 20 Nov 92 13:13:38 GMT
- References: <BxtpwD.CAn@news.udel.edu> <1992Nov18.192321.13398@kth.se> <18NOV199214315539@zeus.tamu.edu>
- Sender: news@sm.luth.se
- Organization: Lule} University
- Lines: 13
- X-UserAgent: Nuntius v1.1.1d11
- X-XXMessage-ID: <A732A3141601037B@sm-emac15.sm.luth.se>
- X-XXDate: Fri, 20 Nov 92 13:13:40 GMT
-
- In article <BxtpwD.CAn@news.udel.edu> Sean J. Crist,
- kurisuto@chopin.udel.edu writes:
- >Without going into the specifics, here's my general problem. I have a
- >program which functions fine when running within the THINK Pascal
- >development environment, but which crashes when compiled as a stand-alone
- >application...
-
- Another possibility is that you forgot to initialize a pointer or some
- other variable. Since Think Pascal initializes these automatically when
- you work in the compiler you wouldn't notice this until you made an stand
- alone application.
-
- --Matti
-