Game Development Community

itfdump.obj

by Edward Gardner · in Torque Game Engine · 10/13/2001 (7:13 pm) · 4 replies

LINK : fatal error LNK1104: cannot open file "\GarageGames\v12\torque\engine\out.VC6.RELEASE\itfdump.obj"
Error executing link.exe.

Ok. I have NASM in the path AND I have tried manually adding it according to the install instructions AND it worked on the 1.0 SDK.

Now I am getting this error.

Thoughts on what I am doing wrong?

#1
10/13/2001 (7:36 pm)
A possibility - the path to NASM changed between 1.0 and 1.1 - perhaps you don't have the new correct path set in the compiler?

An alternative - did you try to compile the .asm file by hand from the command line? Then copy the resulting obj file to the out.VC6.Release area and then relink?

You might want to check this thread and see if it fits with your problem

http://www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=2045
#2
10/13/2001 (9:40 pm)
Definitely check the other thread, some machines seem to have problems with the relative paths on the nasm custom compile rules, not sure why yet. If it is having problems with nasm, then you'll get the link error. If you scroll back up the output log, you should see error messages regarding the asm files.
#3
10/14/2001 (3:28 pm)
That's the error I was getting. It was caused by the relative path problem in the ASM compilation. Look at this thread for details:

www.garagegames.com/index.php?sec=mg&mod=forums&page=result.thread&qt=2045
#4
10/14/2001 (3:47 pm)
Yup, all set, got it all sorted out.

Thanks everyone!