help with linking!!

Scott Coffeen gt4609c at prism.gatech.EDU
Wed Mar 13 16:17:36 AEST 1991


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.



More information about the Comp.lang.c mailing list