Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!portal!cup.portal.com!Randomizer From: Randomizer@cup.portal.com Newsgroups: comp.lang.pascal Subject: Re: Loss of the external statement in TP 4.0 Message-ID: <1541@cup.portal.com> Date: Mon, 23-Nov-87 13:42:16 EST Article-I.D.: cup.1541 Posted: Mon Nov 23 13:42:16 1987 Date-Received: Fri, 27-Nov-87 05:43:57 EST References: <10412@brl-adm.ARPA> <468@kksys.UUCP> Organization: The Portal System (TM) Lines: 9 XPortal-User-Id: 1.1001.2065 There is *no* loss of the external statement in Turbo 4.0. The difference is in the type of external *file* that you are linking in. Turbo 4.0 will link only .OBJ files <--- from MASM or A86. turbo 3.0 could only use binary files. So you would probably have to ask your sources if they could upgrade their externals to .OBJ files. Randomizer@cup.portal.com