Xref: utzoo comp.lang.c:37012 comp.os.msdos.programmer:3910 Path: utzoo!news-server.csri.toronto.edu!rutgers!gatech!prism!gt4609c From: gt4609c@prism.gatech.EDU (Scott Coffeen) Newsgroups: comp.lang.c,comp.os.msdos.programmer Subject: help with linking!! Keywords: link, obj, asm Message-ID: <24209@hydra.gatech.EDU> Date: 13 Mar 91 06:17:36 GMT Followup-To: poster Organization: Georgia Institute of Technology Lines: 11 Hi. I have written some code is assembler that reads a GIF file and displays it. I have compiled it and made in a .OBJ file. I now want to write some C code to control the GIF reader. How do I link the new C .OBJ file to the assembler .OBJ file such that they will know that they are working together? (i.e. what do I need to write in C to say I want to call the assembler .OBJ file?) (I know how to use link, I don't know how to associate .OBJ files). Please help!!!! Thank you.