Results 1 to 3 of 3

Thread: linking .obj

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    81

    Question linking .obj

    how do i link from within the VC++7's IDE an .obj file?
    i got this file mmx.asm, someone told me i should make it an .obj file and link it so i could use it...
    ive created the .obj file using NASMW, but i have no clue of how im supposed to link it....

  2. #2
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I have never done this before so I don't know how to, but have you tried including that in your Project Linker section (where you link your .lib files)?
    Baaaaaaaaah

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    81
    there wasnt any way to get it there...
    but i found the answer - removing mmx.asm and adding mmx.obj into the projects files automatically linked it and solved the problem.
    thanks for trying to help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width