-
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....
-
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)?
-
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