Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cunixf.cc.columbia.edu!cunixb.cc.columbia.edu!rk29 From: rk29@cunixb.cc.columbia.edu (Robert Kulagowski) Newsgroups: comp.os.msdos.programmer Subject: TurboC++ link question... Message-ID: <1990Dec26.205710.24627@cunixf.cc.columbia.edu> Date: 26 Dec 90 20:57:10 GMT Sender: news@cunixf.cc.columbia.edu (The Daily News) Organization: Columbia University Lines: 11 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...