|
-
Jul 5th, 2002, 06:50 PM
#1
Thread Starter
Lively Member
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....
-
Jul 5th, 2002, 10:59 PM
#2
PowerPoster
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)?
-
Jul 7th, 2002, 07:32 PM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|