Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!cluster!steve From: steve@cs.su.oz (Stephen Russell) Newsgroups: comp.sources.d Subject: Re: Stevie 3.69a question Message-ID: <768@cluster.cs.su.oz> Date: 15 Mar 90 12:59:51 GMT References: <1990Mar11.013335.875@pds3> <519@fwi.uva.nl> Sender: news@cluster.cs.su.oz Reply-To: steve@cluster.cs.su.oz (Stephen Russell) Organization: Basser Dept of Computer Science, University of Sydney, Australia Lines: 11 >bob@pds3 (Robert A. Earl) writes: >On a 386 using MSC5.1 and ndmake, can compile all modules (Large model, >Compact gave >64K text error). When linking, get: >LINK: error L2029 Unresolved externals: _MK_FP in dos.c MK_FP is a macro provided by Turbo C to construct a far pointer given a segment and offset; ie void far *MK_FP(unsigned segment, unsigned offset) You can probably find or construct an equivalent macro or function in MSC.