Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!att!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!eru!hagbard!sunic!ugle.unit.no!nuug!ifi!sverrehu From: sverrehu@ifi.uio.no (Sverre H Huseby) Newsgroups: comp.os.msdos.programmer Subject: Re: TurboC++ link question... Message-ID: Date: 3 Jan 91 11:12:46 GMT References: <1990Dec26.205710.24627@cunixf.cc.columbia.edu> Sender: sverrehu@ifi.uio.no (Sverre Holmsen Huseby) Organization: Dept. of Informatics, University of Oslo, Norway Lines: 23 Nntp-Posting-Host: gondle.ifi.uio.no In-Reply-To: rk29@cunixb.cc.columbia.edu (Robert Kulagowski)'s message of 26 Dec 90 20:57:10 GMT Originator: sverrehu@gondle.ifi.uio.no > > Briefly, my question is this: > In Programmer's Journal Magazine there's been a series of articles > for upping graphics function speeds by writing them in assembler. I've > tried to link them in, but have had _no_ luck at all. The linker is giving me > an "unknown symbol" error in the modules which reference the assembler > routines. Now, I've already used MASM to compile the assembler source into > .OBJ; in the Project menu I have the 3 source files which make up the program. > Two are C, one is the .OBJ file. Can someone give me a walkthrough of getting > the linker in the IDE to include the .OBJ file? Needless to say, the manuals > weren't very helpful... Make sure the files are assembled with case-sensitive symbols. With TASM this is done with the /ml -switch. I'm not sure how it is done with MASM. Sverre. ---------------------------------------- Sverre H. Huseby (sverrehu@ifi.uio.no) Student - University of Oslo, Norway